Html Css Color HEX #DB4EDD Free Speech Magenta

📋 copy color: '#DB4EDD'

red 219 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #DB4EDD

Tints of Free Speech Magenta #DB4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.06%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 42.28%
G = 15.06%
B = 42.66%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB4EDD (or 0xDB4EDD) is known color: Free Speech Magenta. HEX triplet: DB, 4E and DD. RGB value is (219,78,221). Sum of RGB (Red+Green+Blue) = 219+78+221=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EDD is #24B122. Grayscale: #888888. Windows color (decimal): -2404643 or 14503643. OLE color: 14503643.

HSL color Cylindrical-coordinate representation of color #DB4EDD: hue angle of 299.16º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4EDD is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 78 221 -
CMYK 0.01 0.65 0 0.13
HSL 299.16º 0.68% 0.59% -
HSV(B) 299.16º 0.65% 0.87% -
XYZ 44.99 25.73 71 -
YUV 136.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 219 78 221 0.01 0.65 0 0.13 299.16 0.68 0.59
Hex DB 4E DD 1 41 0 D 12B 44 3B
Octal 333 116 335 1 101 0 15 453 104 73
Binary 11011011 1001110 11011101 1 1000001 0 1101 100101011 1000100 111011

Color Harmonies of #DB4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EDD

Black with #DB4EDD

Text Example


Text Example

White with #DB4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EDD; }

 p { color: rgb(219,78,221); }

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

background-color css

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

 a { background-color: rgb(219,78,221); }

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

border-color css

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

 span { border-color: rgb(219,78,221); }

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