Html Css Color HEX #CD59A5 Mulberry

📋 copy color: '#CD59A5'

red 205 ◦ green 89 ◦ blue 165

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

Shades of Mulberry #CD59A5

Tints of Mulberry #CD59A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 44.66%
G = 19.39%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CD59A5 (or 0xCD59A5) is known color: Mulberry. HEX triplet: CD, 59 and A5. RGB value is (205,89,165). Sum of RGB (Red+Green+Blue) = 205+89+165=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD59A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD59A5 is #32A65A. Grayscale: #848484. Windows color (decimal): -3319387 or 10836429. OLE color: 10836429.

HSL color Cylindrical-coordinate representation of color #CD59A5: hue angle of 320.69º 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 #CD59A5 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 89 165 -
CMYK 0 0.57 0.20 0.20
HSL 320.69º 0.54% 0.58% -
HSV(B) 320.69º 0.57% 0.8% -
XYZ 35.54 22.84 38.13 -
YUV 132.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 205 89 165 0 0.57 0.20 0.20 320.69 0.54 0.58
Hex CD 59 A5 0 39 14 14 141 36 3A
Octal 315 131 245 0 71 24 24 501 66 72
Binary 11001101 1011001 10100101 0 111001 10100 10100 101000001 110110 111010

Color Harmonies of #CD59A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD59A5

Black with #CD59A5

Text Example


Text Example

White with #CD59A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD59A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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