Html Css Color HEX #DB4DCC Free Speech Magenta

📋 copy color: '#DB4DCC'

red 219 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #DB4DCC

Tints of Free Speech Magenta #DB4DCC

RGB

 RED value IS 219 (85.94% from 255) = 43.8%

 GREEN value IS 77 (30.47% from 255) = 15.4%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 43.8%
G = 15.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB4DCC (or 0xDB4DCC) is known color: Free Speech Magenta. HEX triplet: DB, 4D and CC. RGB value is (219,77,204). Sum of RGB (Red+Green+Blue) = 219+77+204=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DCC is #24B233. Grayscale: #858585. Windows color (decimal): -2404916 or 13389275. OLE color: 13389275.

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

Color convert

RGB 219 77 204 -
CMYK 0 0.65 0.07 0.14
HSL 306.34º 0.66% 0.58% -
HSV(B) 306.34º 0.65% 0.86% -
XYZ 42.77 24.73 59.65 -
YUV 133.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 219 77 204 0 0.65 0.07 0.14 306.34 0.66 0.58
Hex DB 4D CC 0 41 7 E 132 42 3A
Octal 333 115 314 0 101 7 16 462 102 72
Binary 11011011 1001101 11001100 0 1000001 111 1110 100110010 1000010 111010

Color Harmonies of #DB4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DCC

Black with #DB4DCC

Text Example


Text Example

White with #DB4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DCC; }

 p { color: rgb(219,77,204); }

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

background-color css

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

 a { background-color: rgb(219,77,204); }

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

border-color css

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

 span { border-color: rgb(219,77,204); }

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