Html Css Color HEX #DA59C9 Free Speech Magenta

📋 copy color: '#DA59C9'

red 218 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #DA59C9

Tints of Free Speech Magenta #DA59C9

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

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

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 42.91%
G = 17.52%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA59C9 (or 0xDA59C9) is known color: Free Speech Magenta. HEX triplet: DA, 59 and C9. RGB value is (218,89,201). Sum of RGB (Red+Green+Blue) = 218+89+201=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59C9 is #25A636. Grayscale: #8C8C8C. Windows color (decimal): -2467383 or 13195738. OLE color: 13195738.

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

Color convert

RGB 218 89 201 -
CMYK 0 0.59 0.08 0.15
HSL 307.91º 0.64% 0.6% -
HSV(B) 307.91º 0.59% 0.85% -
XYZ 43.03 26.27 58.06 -
YUV 140.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 218 89 201 0 0.59 0.08 0.15 307.91 0.64 0.6
Hex DA 59 C9 0 3B 8 F 134 40 3C
Octal 332 131 311 0 73 10 17 464 100 74
Binary 11011010 1011001 11001001 0 111011 1000 1111 100110100 1000000 111100

Color Harmonies of #DA59C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA59C9

Black with #DA59C9

Text Example


Text Example

White with #DA59C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA59C9; }

 p { color: rgb(218,89,201); }

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

background-color css

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

 a { background-color: rgb(218,89,201); }

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

border-color css

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

 span { border-color: rgb(218,89,201); }

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