Html Css Color HEX #DB5DD2 Free Speech Magenta

📋 copy color: '#DB5DD2'

red 219 ◦ green 93 ◦ blue 210

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

Shades of Free Speech Magenta #DB5DD2

Tints of Free Speech Magenta #DB5DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 41.95%
G = 17.82%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB5DD2 (or 0xDB5DD2) is known color: Free Speech Magenta. HEX triplet: DB, 5D and D2. RGB value is (219,93,210). Sum of RGB (Red+Green+Blue) = 219+93+210=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DD2 is #24A22D. Grayscale: #8F8F8F. Windows color (decimal): -2400814 or 13786587. OLE color: 13786587.

HSL color Cylindrical-coordinate representation of color #DB5DD2: hue angle of 304.29º 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 #DB5DD2 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 93 210 -
CMYK 0 0.58 0.04 0.14
HSL 304.29º 0.64% 0.61% -
HSV(B) 304.29º 0.58% 0.86% -
XYZ 44.76 27.54 63.93 -
YUV 144.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 219 93 210 0 0.58 0.04 0.14 304.29 0.64 0.61
Hex DB 5D D2 0 3A 4 E 130 40 3D
Octal 333 135 322 0 72 4 16 460 100 75
Binary 11011011 1011101 11010010 0 111010 100 1110 100110000 1000000 111101

Color Harmonies of #DB5DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DD2

Black with #DB5DD2

Text Example


Text Example

White with #DB5DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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