Html Css Color HEX #DB5DD8 Free Speech Magenta

📋 copy color: '#DB5DD8'

red 219 ◦ green 93 ◦ blue 216

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

Shades of Free Speech Magenta #DB5DD8

Tints of Free Speech Magenta #DB5DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.61%

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 41.48%
G = 17.61%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB5DD8 (or 0xDB5DD8) is known color: Free Speech Magenta. HEX triplet: DB, 5D and D8. RGB value is (219,93,216). Sum of RGB (Red+Green+Blue) = 219+93+216=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DD8 is #24A227. Grayscale: #909090. Windows color (decimal): -2400808 or 14179803. OLE color: 14179803.

HSL color Cylindrical-coordinate representation of color #DB5DD8: hue angle of 301.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DD8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 93 216 -
CMYK 0 0.58 0.01 0.14
HSL 301.43º 0.64% 0.61% -
HSV(B) 301.43º 0.58% 0.86% -
XYZ 45.52 27.85 67.94 -
YUV 144.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 219 93 216 0 0.58 0.01 0.14 301.43 0.64 0.61
Hex DB 5D D8 0 3A 1 E 12D 40 3D
Octal 333 135 330 0 72 1 16 455 100 75
Binary 11011011 1011101 11011000 0 111010 1 1110 100101101 1000000 111101

Color Harmonies of #DB5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DD8

Black with #DB5DD8

Text Example


Text Example

White with #DB5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DD8; }

 p { color: rgb(219,93,216); }

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

background-color css

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

 a { background-color: rgb(219,93,216); }

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

border-color css

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

 span { border-color: rgb(219,93,216); }

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