Html Css Color HEX #DB5DCC Free Speech Magenta

📋 copy color: '#DB5DCC'

red 219 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Magenta #DB5DCC

Tints of Free Speech Magenta #DB5DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 42.44%
G = 18.02%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB5DCC (or 0xDB5DCC) is known color: Free Speech Magenta. HEX triplet: DB, 5D and CC. RGB value is (219,93,204). Sum of RGB (Red+Green+Blue) = 219+93+204=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DCC is #24A233. Grayscale: #8F8F8F. Windows color (decimal): -2400820 or 13393371. OLE color: 13393371.

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

Color convert

RGB 219 93 204 -
CMYK 0 0.58 0.07 0.14
HSL 307.14º 0.64% 0.61% -
HSV(B) 307.14º 0.58% 0.86% -
XYZ 44.03 27.25 60.07 -
YUV 143.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 219 93 204 0 0.58 0.07 0.14 307.14 0.64 0.61
Hex DB 5D CC 0 3A 7 E 133 40 3D
Octal 333 135 314 0 72 7 16 463 100 75
Binary 11011011 1011101 11001100 0 111010 111 1110 100110011 1000000 111101

Color Harmonies of #DB5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DCC

Black with #DB5DCC

Text Example


Text Example

White with #DB5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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