Html Css Color HEX #DB4CC9 Free Speech Magenta

📋 copy color: '#DB4CC9'

red 219 ◦ green 76 ◦ blue 201

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

Shades of Free Speech Magenta #DB4CC9

Tints of Free Speech Magenta #DB4CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 44.15%
G = 15.32%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB4CC9 (or 0xDB4CC9) is known color: Free Speech Magenta. HEX triplet: DB, 4C and C9. RGB value is (219,76,201). Sum of RGB (Red+Green+Blue) = 219+76+201=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CC9 is #24B336. Grayscale: #848484. Windows color (decimal): -2405175 or 13192411. OLE color: 13192411.

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

Color convert

RGB 219 76 201 -
CMYK 0 0.65 0.08 0.14
HSL 307.55º 0.67% 0.58% -
HSV(B) 307.55º 0.65% 0.86% -
XYZ 42.34 24.45 57.75 -
YUV 133.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 219 76 201 0 0.65 0.08 0.14 307.55 0.67 0.58
Hex DB 4C C9 0 41 8 E 134 43 3A
Octal 333 114 311 0 101 10 16 464 103 72
Binary 11011011 1001100 11001001 0 1000001 1000 1110 100110100 1000011 111010

Color Harmonies of #DB4CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CC9

Black with #DB4CC9

Text Example


Text Example

White with #DB4CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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