Html Css Color HEX #DB42ED Free Speech Magenta

📋 copy color: '#DB42ED'

red 219 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #DB42ED

Tints of Free Speech Magenta #DB42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 41.95%
G = 12.64%
B = 45.4%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB42ED (or 0xDB42ED) is known color: Free Speech Magenta. HEX triplet: DB, 42 and ED. RGB value is (219,66,237). Sum of RGB (Red+Green+Blue) = 219+66+237=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42ED is #24BD12. Grayscale: #828282. Windows color (decimal): -2407699 or 15549147. OLE color: 15549147.

HSL color Cylindrical-coordinate representation of color #DB42ED: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB42ED is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 66 237 -
CMYK 0.08 0.72 0 0.07
HSL 293.68º 0.83% 0.59% -
HSV(B) 293.68º 0.72% 0.93% -
XYZ 46.45 25.07 82.51 -
YUV 131.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 219 66 237 0.08 0.72 0 0.07 293.68 0.83 0.59
Hex DB 42 ED 8 48 0 7 126 53 3B
Octal 333 102 355 10 110 0 7 446 123 73
Binary 11011011 1000010 11101101 1000 1001000 0 111 100100110 1010011 111011

Color Harmonies of #DB42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42ED

Black with #DB42ED

Text Example


Text Example

White with #DB42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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