Html Css Color HEX #DB59CB Free Speech Magenta

📋 copy color: '#DB59CB'

red 219 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Magenta #DB59CB

Tints of Free Speech Magenta #DB59CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 42.86%
G = 17.42%
B = 39.73%

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

#DB59CB (or 0xDB59CB) is known color: Free Speech Magenta. HEX triplet: DB, 59 and CB. RGB value is (219,89,203). Sum of RGB (Red+Green+Blue) = 219+89+203=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59CB is #24A634. Grayscale: #8C8C8C. Windows color (decimal): -2401845 or 13326811. OLE color: 13326811.

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

Color convert

RGB 219 89 203 -
CMYK 0 0.59 0.07 0.14
HSL 307.38º 0.64% 0.6% -
HSV(B) 307.38º 0.59% 0.86% -
XYZ 43.57 26.52 59.32 -
YUV 140.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 219 89 203 0 0.59 0.07 0.14 307.38 0.64 0.6
Hex DB 59 CB 0 3B 7 E 133 40 3C
Octal 333 131 313 0 73 7 16 463 100 74
Binary 11011011 1011001 11001011 0 111011 111 1110 100110011 1000000 111100

Color Harmonies of #DB59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59CB

Black with #DB59CB

Text Example


Text Example

White with #DB59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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