Html Css Color HEX #DB42CD Free Speech Magenta

📋 copy color: '#DB42CD'

red 219 ◦ green 66 ◦ blue 205

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

Shades of Free Speech Magenta #DB42CD

Tints of Free Speech Magenta #DB42CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 44.69%
G = 13.47%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB42CD (or 0xDB42CD) is known color: Free Speech Magenta. HEX triplet: DB, 42 and CD. RGB value is (219,66,205). Sum of RGB (Red+Green+Blue) = 219+66+205=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42CD is #24BD32. Grayscale: #7F7F7F. Windows color (decimal): -2407731 or 13451995. OLE color: 13451995.

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

Color convert

RGB 219 66 205 -
CMYK 0 0.70 0.06 0.14
HSL 305.49º 0.68% 0.56% -
HSV(B) 305.49º 0.7% 0.86% -
XYZ 42.18 23.36 60.04 -
YUV 127.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 219 66 205 0 0.70 0.06 0.14 305.49 0.68 0.56
Hex DB 42 CD 0 46 6 E 131 44 38
Octal 333 102 315 0 106 6 16 461 104 70
Binary 11011011 1000010 11001101 0 1000110 110 1110 100110001 1000100 111000

Color Harmonies of #DB42CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42CD

Black with #DB42CD

Text Example


Text Example

White with #DB42CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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