Html Css Color HEX #CD588A Mulberry

📋 copy color: '#CD588A'

red 205 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #CD588A

Tints of Mulberry #CD588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

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

R = 47.56%
G = 20.42%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD588A (or 0xCD588A) is known color: Mulberry. HEX triplet: CD, 58 and 8A. RGB value is (205,88,138). Sum of RGB (Red+Green+Blue) = 205+88+138=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD588A is #32A775. Grayscale: #808080. Windows color (decimal): -3319670 or 9066701. OLE color: 9066701.

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

Color convert

RGB 205 88 138 -
CMYK 0 0.57 0.33 0.20
HSL 334.36º 0.54% 0.57% -
HSV(B) 334.36º 0.57% 0.8% -
XYZ 33.25 21.79 26.5 -
YUV 128.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 205 88 138 0 0.57 0.33 0.20 334.36 0.54 0.57
Hex CD 58 8A 0 39 21 14 14E 36 39
Octal 315 130 212 0 71 41 24 516 66 71
Binary 11001101 1011000 10001010 0 111001 100001 10100 101001110 110110 111001

Color Harmonies of #CD588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD588A

Black with #CD588A

Text Example


Text Example

White with #CD588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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