Html Css Color HEX #DB5DD7 Free Speech Magenta

📋 copy color: '#DB5DD7'

red 219 ◦ green 93 ◦ blue 215

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

Shades of Free Speech Magenta #DB5DD7

Tints of Free Speech Magenta #DB5DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 41.56%
G = 17.65%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB5DD7 (or 0xDB5DD7) is known color: Free Speech Magenta. HEX triplet: DB, 5D and D7. RGB value is (219,93,215). Sum of RGB (Red+Green+Blue) = 219+93+215=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DD7 is #24A228. Grayscale: #909090. Windows color (decimal): -2400809 or 14114267. OLE color: 14114267.

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

Color convert

RGB 219 93 215 -
CMYK 0 0.58 0.02 0.14
HSL 301.9º 0.64% 0.61% -
HSV(B) 301.9º 0.58% 0.86% -
XYZ 45.39 27.8 67.26 -
YUV 144.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 219 93 215 0 0.58 0.02 0.14 301.9 0.64 0.61
Hex DB 5D D7 0 3A 2 E 12E 40 3D
Octal 333 135 327 0 72 2 16 456 100 75
Binary 11011011 1011101 11010111 0 111010 10 1110 100101110 1000000 111101

Color Harmonies of #DB5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DD7

Black with #DB5DD7

Text Example


Text Example

White with #DB5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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