Html Css Color HEX #DB59CC Free Speech Magenta

📋 copy color: '#DB59CC'

red 219 ◦ green 89 ◦ blue 204

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

Shades of Free Speech Magenta #DB59CC

Tints of Free Speech Magenta #DB59CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

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

R = 42.77%
G = 17.38%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB59CC (or 0xDB59CC) is known color: Free Speech Magenta. HEX triplet: DB, 59 and CC. RGB value is (219,89,204). Sum of RGB (Red+Green+Blue) = 219+89+204=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59CC is #24A633. Grayscale: #8C8C8C. Windows color (decimal): -2401844 or 13392347. OLE color: 13392347.

HSL color Cylindrical-coordinate representation of color #DB59CC: hue angle of 306.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59CC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 204 -
CMYK 0 0.59 0.07 0.14
HSL 306.92º 0.64% 0.6% -
HSV(B) 306.92º 0.59% 0.86% -
XYZ 43.68 26.56 59.95 -
YUV 140.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 219 89 204 0 0.59 0.07 0.14 306.92 0.64 0.6
Hex DB 59 CC 0 3B 7 E 133 40 3C
Octal 333 131 314 0 73 7 16 463 100 74
Binary 11011011 1011001 11001100 0 111011 111 1110 100110011 1000000 111100

Color Harmonies of #DB59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59CC

Black with #DB59CC

Text Example


Text Example

White with #DB59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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