Html Css Color HEX #DB5DCD Free Speech Magenta

📋 copy color: '#DB5DCD'

red 219 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #DB5DCD

Tints of Free Speech Magenta #DB5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 42.36%
G = 17.99%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB5DCD (or 0xDB5DCD) is known color: Free Speech Magenta. HEX triplet: DB, 5D and CD. RGB value is (219,93,205). Sum of RGB (Red+Green+Blue) = 219+93+205=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DCD is #24A232. Grayscale: #8F8F8F. Windows color (decimal): -2400819 or 13458907. OLE color: 13458907.

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

Color convert

RGB 219 93 205 -
CMYK 0 0.58 0.06 0.14
HSL 306.67º 0.64% 0.61% -
HSV(B) 306.67º 0.58% 0.86% -
XYZ 44.15 27.3 60.7 -
YUV 143.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 219 93 205 0 0.58 0.06 0.14 306.67 0.64 0.61
Hex DB 5D CD 0 3A 6 E 133 40 3D
Octal 333 135 315 0 72 6 16 463 100 75
Binary 11011011 1011101 11001101 0 111010 110 1110 100110011 1000000 111101

Color Harmonies of #DB5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DCD

Black with #DB5DCD

Text Example


Text Example

White with #DB5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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