Html Css Color HEX #DB42CC Free Speech Magenta

📋 copy color: '#DB42CC'

red 219 ◦ green 66 ◦ blue 204

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

Shades of Free Speech Magenta #DB42CC

Tints of Free Speech Magenta #DB42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.5%

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

R = 44.79%
G = 13.5%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB42CC (or 0xDB42CC) is known color: Free Speech Magenta. HEX triplet: DB, 42 and CC. RGB value is (219,66,204). Sum of RGB (Red+Green+Blue) = 219+66+204=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42CC is #24BD33. Grayscale: #7F7F7F. Windows color (decimal): -2407732 or 13386459. OLE color: 13386459.

HSL color Cylindrical-coordinate representation of color #DB42CC: hue angle of 305.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42CC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 204 -
CMYK 0 0.70 0.07 0.14
HSL 305.88º 0.68% 0.56% -
HSV(B) 305.88º 0.7% 0.86% -
XYZ 42.06 23.32 59.41 -
YUV 127.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 219 66 204 0 0.70 0.07 0.14 305.88 0.68 0.56
Hex DB 42 CC 0 46 7 E 132 44 38
Octal 333 102 314 0 106 7 16 462 104 70
Binary 11011011 1000010 11001100 0 1000110 111 1110 100110010 1000100 111000

Color Harmonies of #DB42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42CC

Black with #DB42CC

Text Example


Text Example

White with #DB42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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