Html Css Color HEX #DB4DDE Free Speech Magenta

📋 copy color: '#DB4DDE'

red 219 ◦ green 77 ◦ blue 222

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

Shades of Free Speech Magenta #DB4DDE

Tints of Free Speech Magenta #DB4DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 42.28%
G = 14.86%
B = 42.86%

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

#DB4DDE (or 0xDB4DDE) is known color: Free Speech Magenta. HEX triplet: DB, 4D and DE. RGB value is (219,77,222). Sum of RGB (Red+Green+Blue) = 219+77+222=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DDE is #24B221. Grayscale: #878787. Windows color (decimal): -2404898 or 14568923. OLE color: 14568923.

HSL color Cylindrical-coordinate representation of color #DB4DDE: hue angle of 298.76º degrees, saturation: 0.69, 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 #DB4DDE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 77 222 -
CMYK 0.01 0.65 0 0.13
HSL 298.76º 0.69% 0.59% -
HSV(B) 298.76º 0.65% 0.87% -
XYZ 45.05 25.64 71.68 -
YUV 135.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 219 77 222 0.01 0.65 0 0.13 298.76 0.69 0.59
Hex DB 4D DE 1 41 0 D 12B 45 3B
Octal 333 115 336 1 101 0 15 453 105 73
Binary 11011011 1001101 11011110 1 1000001 0 1101 100101011 1000101 111011

Color Harmonies of #DB4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DDE

Black with #DB4DDE

Text Example


Text Example

White with #DB4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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