Html Css Color HEX #CD59A9 Mulberry

📋 copy color: '#CD59A9'

red 205 ◦ green 89 ◦ blue 169

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

Shades of Mulberry #CD59A9

Tints of Mulberry #CD59A9

RGB

 RED value IS 205 (80.47% from 255) = 44.28%

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

 BLUE value IS 169 (66.41% from 255) = 36.5%

R = 44.28%
G = 19.22%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD59A9 (or 0xCD59A9) is known color: Mulberry. HEX triplet: CD, 59 and A9. RGB value is (205,89,169). Sum of RGB (Red+Green+Blue) = 205+89+169=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD59A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD59A9 is #32A656. Grayscale: #848484. Windows color (decimal): -3319383 or 11098573. OLE color: 11098573.

HSL color Cylindrical-coordinate representation of color #CD59A9: hue angle of 318.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD59A9 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 89 169 -
CMYK 0 0.57 0.18 0.20
HSL 318.62º 0.54% 0.58% -
HSV(B) 318.62º 0.57% 0.8% -
XYZ 35.91 22.99 40.08 -
YUV 132.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 205 89 169 0 0.57 0.18 0.20 318.62 0.54 0.58
Hex CD 59 A9 0 39 12 14 13F 36 3A
Octal 315 131 251 0 71 22 24 477 66 72
Binary 11001101 1011001 10101001 0 111001 10010 10100 100111111 110110 111010

Color Harmonies of #CD59A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59A9

Black with #CD59A9

Text Example


Text Example

White with #CD59A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59A9; }

 p { color: rgb(205,89,169); }

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

background-color css

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

 a { background-color: rgb(205,89,169); }

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

border-color css

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

 span { border-color: rgb(205,89,169); }

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