Html Css Color HEX #DB5CCC Free Speech Magenta

📋 copy color: '#DB5CCC'

red 219 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #DB5CCC

Tints of Free Speech Magenta #DB5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

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

R = 42.52%
G = 17.86%
B = 39.61%

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

#DB5CCC (or 0xDB5CCC) is known color: Free Speech Magenta. HEX triplet: DB, 5C and CC. RGB value is (219,92,204). Sum of RGB (Red+Green+Blue) = 219+92+204=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CCC is #24A333. Grayscale: #8E8E8E. Windows color (decimal): -2401076 or 13393115. OLE color: 13393115.

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

Color convert

RGB 219 92 204 -
CMYK 0 0.58 0.07 0.14
HSL 307.09º 0.64% 0.61% -
HSV(B) 307.09º 0.58% 0.86% -
XYZ 43.94 27.07 60.04 -
YUV 142.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 219 92 204 0 0.58 0.07 0.14 307.09 0.64 0.61
Hex DB 5C CC 0 3A 7 E 133 40 3D
Octal 333 134 314 0 72 7 16 463 100 75
Binary 11011011 1011100 11001100 0 111010 111 1110 100110011 1000000 111101

Color Harmonies of #DB5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CCC

Black with #DB5CCC

Text Example


Text Example

White with #DB5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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