Html Css Color HEX #CD588B Mulberry

📋 copy color: '#CD588B'

red 205 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #CD588B

Tints of Mulberry #CD588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 47.45%
G = 20.37%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD588B (or 0xCD588B) is known color: Mulberry. HEX triplet: CD, 58 and 8B. RGB value is (205,88,139). Sum of RGB (Red+Green+Blue) = 205+88+139=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD588B is #32A774. Grayscale: #808080. Windows color (decimal): -3319669 or 9132237. OLE color: 9132237.

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

Color convert

RGB 205 88 139 -
CMYK 0 0.57 0.32 0.20
HSL 333.85º 0.54% 0.57% -
HSV(B) 333.85º 0.57% 0.8% -
XYZ 33.33 21.82 26.88 -
YUV 128.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 205 88 139 0 0.57 0.32 0.20 333.85 0.54 0.57
Hex CD 58 8B 0 39 20 14 14E 36 39
Octal 315 130 213 0 71 40 24 516 66 71
Binary 11001101 1011000 10001011 0 111001 100000 10100 101001110 110110 111001

Color Harmonies of #CD588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD588B

Black with #CD588B

Text Example


Text Example

White with #CD588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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