Html Css Color HEX #CD5A8A Mulberry

📋 copy color: '#CD5A8A'

red 205 ◦ green 90 ◦ blue 138

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

Shades of Mulberry #CD5A8A

Tints of Mulberry #CD5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 47.34%
G = 20.79%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD5A8A (or 0xCD5A8A) is known color: Mulberry. HEX triplet: CD, 5A and 8A. RGB value is (205,90,138). Sum of RGB (Red+Green+Blue) = 205+90+138=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A8A is #32A575. Grayscale: #818181. Windows color (decimal): -3319158 or 9067213. OLE color: 9067213.

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

Color convert

RGB 205 90 138 -
CMYK 0 0.56 0.33 0.20
HSL 334.96º 0.53% 0.58% -
HSV(B) 334.96º 0.56% 0.8% -
XYZ 33.42 22.13 26.55 -
YUV 129.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 205 90 138 0 0.56 0.33 0.20 334.96 0.53 0.58
Hex CD 5A 8A 0 38 21 14 14F 35 3A
Octal 315 132 212 0 70 41 24 517 65 72
Binary 11001101 1011010 10001010 0 111000 100001 10100 101001111 110101 111010

Color Harmonies of #CD5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A8A

Black with #CD5A8A

Text Example


Text Example

White with #CD5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A8A; }

 p { color: rgb(205,90,138); }

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

background-color css

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

 a { background-color: rgb(205,90,138); }

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

border-color css

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

 span { border-color: rgb(205,90,138); }

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