Html Css Color HEX #D647DB Free Speech Magenta

📋 copy color: '#D647DB'

red 214 ◦ green 71 ◦ blue 219

#D647DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D647DB

Tints of Free Speech Magenta #D647DB

RGB

 RED value IS 214 (83.98% from 255) = 42.46%

 GREEN value IS 71 (28.13% from 255) = 14.09%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 42.46%
G = 14.09%
B = 43.45%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D647DB (or 0xD647DB) is known color: Free Speech Magenta. HEX triplet: D6, 47 and DB. RGB value is (214,71,219). Sum of RGB (Red+Green+Blue) = 214+71+219=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #D647DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647DB is #29B824. Grayscale: #828282. Windows color (decimal): -2734117 or 14370774. OLE color: 14370774.

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

Color convert

RGB 214 71 219 -
CMYK 0.02 0.68 0 0.14
HSL 297.97º 0.67% 0.57% -
HSV(B) 297.97º 0.68% 0.86% -
XYZ 42.77 23.92 69.38 -
YUV 130.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 214 71 219 0.02 0.68 0 0.14 297.97 0.67 0.57
Hex D6 47 DB 2 44 0 E 12A 43 39
Octal 326 107 333 2 104 0 16 452 103 71
Binary 11010110 1000111 11011011 10 1000100 0 1110 100101010 1000011 111001

Color Harmonies of #D647DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647DB

Black with #D647DB

Text Example


Text Example

White with #D647DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647DB; }

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

 H1.HeaderClassName
 {
   color: #D647DB;
 }
 .AnyTagClassName
 {
   color: #D647DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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