Html Css Color HEX #DB5BCC Free Speech Magenta

📋 copy color: '#DB5BCC'

red 219 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Magenta #DB5BCC

Tints of Free Speech Magenta #DB5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.7%

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

R = 42.61%
G = 17.7%
B = 39.69%

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

#DB5BCC (or 0xDB5BCC) is known color: Free Speech Magenta. HEX triplet: DB, 5B and CC. RGB value is (219,91,204). Sum of RGB (Red+Green+Blue) = 219+91+204=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BCC is #24A433. Grayscale: #8D8D8D. Windows color (decimal): -2401332 or 13392859. OLE color: 13392859.

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

Color convert

RGB 219 91 204 -
CMYK 0 0.58 0.07 0.14
HSL 307.03º 0.64% 0.61% -
HSV(B) 307.03º 0.58% 0.86% -
XYZ 43.85 26.9 60.01 -
YUV 142.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 219 91 204 0 0.58 0.07 0.14 307.03 0.64 0.61
Hex DB 5B CC 0 3A 7 E 133 40 3D
Octal 333 133 314 0 72 7 16 463 100 75
Binary 11011011 1011011 11001100 0 111010 111 1110 100110011 1000000 111101

Color Harmonies of #DB5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BCC

Black with #DB5BCC

Text Example


Text Example

White with #DB5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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