Html Css Color HEX #DB4CCC Free Speech Magenta

📋 copy color: '#DB4CCC'

red 219 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Magenta #DB4CCC

Tints of Free Speech Magenta #DB4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

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

R = 43.89%
G = 15.23%
B = 40.88%

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

#DB4CCC (or 0xDB4CCC) is known color: Free Speech Magenta. HEX triplet: DB, 4C and CC. RGB value is (219,76,204). Sum of RGB (Red+Green+Blue) = 219+76+204=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CCC is #24B333. Grayscale: #848484. Windows color (decimal): -2405172 or 13389019. OLE color: 13389019.

HSL color Cylindrical-coordinate representation of color #DB4CCC: hue angle of 306.29º degrees, saturation: 0.67, 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 #DB4CCC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 204 -
CMYK 0 0.65 0.07 0.14
HSL 306.29º 0.67% 0.58% -
HSV(B) 306.29º 0.65% 0.86% -
XYZ 42.7 24.59 59.62 -
YUV 133.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 219 76 204 0 0.65 0.07 0.14 306.29 0.67 0.58
Hex DB 4C CC 0 41 7 E 132 43 3A
Octal 333 114 314 0 101 7 16 462 103 72
Binary 11011011 1001100 11001100 0 1000001 111 1110 100110010 1000011 111010

Color Harmonies of #DB4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CCC

Black with #DB4CCC

Text Example


Text Example

White with #DB4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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