Html Css Color HEX #DB5DCE Free Speech Magenta

📋 copy color: '#DB5DCE'

red 219 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Magenta #DB5DCE

Tints of Free Speech Magenta #DB5DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 42.28%
G = 17.95%
B = 39.77%

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

#DB5DCE (or 0xDB5DCE) is known color: Free Speech Magenta. HEX triplet: DB, 5D and CE. RGB value is (219,93,206). Sum of RGB (Red+Green+Blue) = 219+93+206=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DCE is #24A231. Grayscale: #8F8F8F. Windows color (decimal): -2400818 or 13524443. OLE color: 13524443.

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

Color convert

RGB 219 93 206 -
CMYK 0 0.58 0.06 0.14
HSL 306.19º 0.64% 0.61% -
HSV(B) 306.19º 0.58% 0.86% -
XYZ 44.27 27.35 61.34 -
YUV 143.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 219 93 206 0 0.58 0.06 0.14 306.19 0.64 0.61
Hex DB 5D CE 0 3A 6 E 132 40 3D
Octal 333 135 316 0 72 6 16 462 100 75
Binary 11011011 1011101 11001110 0 111010 110 1110 100110010 1000000 111101

Color Harmonies of #DB5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DCE

Black with #DB5DCE

Text Example


Text Example

White with #DB5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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