#D65DDB

Color #D65DDB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D65DDB

Tints of Free Speech Magenta #D65DDB

Color information

#D65DDB (or 0xD65DDB) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5D and DB. RGB value is (214,93,219). Sum of RGB (Red+Green+Blue) = 214+93+219=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D65DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DDB is #29A224. Grayscale: #8F8F8F. Windows color (decimal): -2728485 or 14376406. OLE color: 14376406.

HSL color Cylindrical-coordinate representation of color #D65DDB: hue angle of 297.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65DDB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21493219-
CMYK0.020.5800.14
HSL297.62º63.64%61.18%-
HSV(B)297.62º57.53%85.88%-
XYZ44.4327.2469.93-
YUV143.54170.59178.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=40.68%
G=17.68%
B=41.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214932190.020.5800.14297.6263.6461.18
HexD65DDB23A0E12a403d
Octal32613533327201645210075
Binary1101011010111011101101110111010011101001010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DDB; }

 p { color: rgb(214,93,219); }

 H1.HeaderClassName
 {
   color: #D65DDB;
 }
 .AnyTagClassName
 {
   color: #D65DDB;
 }
</style>
background-color css

<style>
 a { background-color: #D65DDB; }

 a { background-color: rgb(214,93,219); }

 div.DivClassName
 {
   background-color: #D65DDB;
 }
 .BgClassName
 {
   background-color: #D65DDB;
 }
</style>
border-color css

<style>
 span { border-color: #D65DDB; }

 span { border-color: rgb(214,93,219); }

 td.TdClassName
 {
   border-color: #D65DDB;
 }
 .TagClassName
 {
   border-color: #D65DDB;
 }
</style>