Html Css Color HEX #DB42C7 Free Speech Magenta

📋 copy color: '#DB42C7'

red 219 ◦ green 66 ◦ blue 199

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

Shades of Free Speech Magenta #DB42C7

Tints of Free Speech Magenta #DB42C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.12%

R = 45.25%
G = 13.64%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB42C7 (or 0xDB42C7) is known color: Free Speech Magenta. HEX triplet: DB, 42 and C7. RGB value is (219,66,199). Sum of RGB (Red+Green+Blue) = 219+66+199=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42C7 is #24BD38. Grayscale: #7E7E7E. Windows color (decimal): -2407737 or 13058779. OLE color: 13058779.

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

Color convert

RGB 219 66 199 -
CMYK 0 0.70 0.09 0.14
HSL 307.84º 0.68% 0.56% -
HSV(B) 307.84º 0.7% 0.86% -
XYZ 41.47 23.08 56.3 -
YUV 126.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 219 66 199 0 0.70 0.09 0.14 307.84 0.68 0.56
Hex DB 42 C7 0 46 9 E 134 44 38
Octal 333 102 307 0 106 11 16 464 104 70
Binary 11011011 1000010 11000111 0 1000110 1001 1110 100110100 1000100 111000

Color Harmonies of #DB42C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42C7

Black with #DB42C7

Text Example


Text Example

White with #DB42C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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