Html Css Color HEX #DB42C4 Free Speech Magenta

📋 copy color: '#DB42C4'

red 219 ◦ green 66 ◦ blue 196

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

Shades of Free Speech Magenta #DB42C4

Tints of Free Speech Magenta #DB42C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 45.53%
G = 13.72%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB42C4 (or 0xDB42C4) is known color: Free Speech Magenta. HEX triplet: DB, 42 and C4. RGB value is (219,66,196). Sum of RGB (Red+Green+Blue) = 219+66+196=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42C4 is #24BD3B. Grayscale: #7E7E7E. Windows color (decimal): -2407740 or 12862171. OLE color: 12862171.

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

Color convert

RGB 219 66 196 -
CMYK 0 0.70 0.11 0.14
HSL 309.02º 0.68% 0.56% -
HSV(B) 309.02º 0.7% 0.86% -
XYZ 41.13 22.94 54.49 -
YUV 126.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 219 66 196 0 0.70 0.11 0.14 309.02 0.68 0.56
Hex DB 42 C4 0 46 B E 135 44 38
Octal 333 102 304 0 106 13 16 465 104 70
Binary 11011011 1000010 11000100 0 1000110 1011 1110 100110101 1000100 111000

Color Harmonies of #DB42C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42C4

Black with #DB42C4

Text Example


Text Example

White with #DB42C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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