Html Css Color HEX #DB4DED Free Speech Magenta

📋 copy color: '#DB4DED'

red 219 ◦ green 77 ◦ blue 237

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

Shades of Free Speech Magenta #DB4DED

Tints of Free Speech Magenta #DB4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.45%

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

R = 41.09%
G = 14.45%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB4DED (or 0xDB4DED) is known color: Free Speech Magenta. HEX triplet: DB, 4D and ED. RGB value is (219,77,237). Sum of RGB (Red+Green+Blue) = 219+77+237=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DED is #24B212. Grayscale: #898989. Windows color (decimal): -2404883 or 15551963. OLE color: 15551963.

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

Color convert

RGB 219 77 237 -
CMYK 0.08 0.68 0 0.07
HSL 293.25º 0.82% 0.62% -
HSV(B) 293.25º 0.68% 0.93% -
XYZ 47.15 26.48 82.75 -
YUV 137.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 219 77 237 0.08 0.68 0 0.07 293.25 0.82 0.62
Hex DB 4D ED 8 44 0 7 125 52 3E
Octal 333 115 355 10 104 0 7 445 122 76
Binary 11011011 1001101 11101101 1000 1000100 0 111 100100101 1010010 111110

Color Harmonies of #DB4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DED

Black with #DB4DED

Text Example


Text Example

White with #DB4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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