Html Css Color HEX #DA59CC Free Speech Magenta

📋 copy color: '#DA59CC'

red 218 ◦ green 89 ◦ blue 204

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

Shades of Free Speech Magenta #DA59CC

Tints of Free Speech Magenta #DA59CC

RGB

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

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

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

R = 42.66%
G = 17.42%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA59CC (or 0xDA59CC) is known color: Free Speech Magenta. HEX triplet: DA, 59 and CC. RGB value is (218,89,204). Sum of RGB (Red+Green+Blue) = 218+89+204=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59CC is #25A633. Grayscale: #8C8C8C. Windows color (decimal): -2467380 or 13392346. OLE color: 13392346.

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

Color convert

RGB 218 89 204 -
CMYK 0 0.59 0.06 0.15
HSL 306.51º 0.64% 0.6% -
HSV(B) 306.51º 0.59% 0.85% -
XYZ 43.38 26.41 59.94 -
YUV 140.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 218 89 204 0 0.59 0.06 0.15 306.51 0.64 0.6
Hex DA 59 CC 0 3B 6 F 133 40 3C
Octal 332 131 314 0 73 6 17 463 100 74
Binary 11011010 1011001 11001100 0 111011 110 1111 100110011 1000000 111100

Color Harmonies of #DA59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA59CC

Black with #DA59CC

Text Example


Text Example

White with #DA59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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