Html Css Color HEX #D649DB Free Speech Magenta

📋 copy color: '#D649DB'

red 214 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #D649DB

Tints of Free Speech Magenta #D649DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.43%

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

R = 42.29%
G = 14.43%
B = 43.28%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D649DB (or 0xD649DB) is known color: Free Speech Magenta. HEX triplet: D6, 49 and DB. RGB value is (214,73,219). Sum of RGB (Red+Green+Blue) = 214+73+219=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D649DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649DB is #29B624. Grayscale: #838383. Windows color (decimal): -2733605 or 14371286. OLE color: 14371286.

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

Color convert

RGB 214 73 219 -
CMYK 0.02 0.67 0 0.14
HSL 297.95º 0.67% 0.57% -
HSV(B) 297.95º 0.67% 0.86% -
XYZ 42.9 24.18 69.42 -
YUV 131.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 214 73 219 0.02 0.67 0 0.14 297.95 0.67 0.57
Hex D6 49 DB 2 43 0 E 12A 43 39
Octal 326 111 333 2 103 0 16 452 103 71
Binary 11010110 1001001 11011011 10 1000011 0 1110 100101010 1000011 111001

Color Harmonies of #D649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649DB

Black with #D649DB

Text Example


Text Example

White with #D649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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