Html Css Color HEX #DB42C6 Free Speech Magenta

📋 copy color: '#DB42C6'

red 219 ◦ green 66 ◦ blue 198

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

Shades of Free Speech Magenta #DB42C6

Tints of Free Speech Magenta #DB42C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 45.34%
G = 13.66%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB42C6 (or 0xDB42C6) is known color: Free Speech Magenta. HEX triplet: DB, 42 and C6. RGB value is (219,66,198). Sum of RGB (Red+Green+Blue) = 219+66+198=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42C6 is #24BD39. Grayscale: #7E7E7E. Windows color (decimal): -2407738 or 12993243. OLE color: 12993243.

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

Color convert

RGB 219 66 198 -
CMYK 0 0.70 0.10 0.14
HSL 308.24º 0.68% 0.56% -
HSV(B) 308.24º 0.7% 0.86% -
XYZ 41.35 23.03 55.69 -
YUV 126.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 219 66 198 0 0.70 0.10 0.14 308.24 0.68 0.56
Hex DB 42 C6 0 46 A E 134 44 38
Octal 333 102 306 0 106 12 16 464 104 70
Binary 11011011 1000010 11000110 0 1000110 1010 1110 100110100 1000100 111000

Color Harmonies of #DB42C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42C6

Black with #DB42C6

Text Example


Text Example

White with #DB42C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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