Html Css Color HEX #CD558B Mulberry

📋 copy color: '#CD558B'

red 205 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #CD558B

Tints of Mulberry #CD558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

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

R = 47.79%
G = 19.81%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD558B (or 0xCD558B) is known color: Mulberry. HEX triplet: CD, 55 and 8B. RGB value is (205,85,139). Sum of RGB (Red+Green+Blue) = 205+85+139=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD558B is #32AA74. Grayscale: #7E7E7E. Windows color (decimal): -3320437 or 9131469. OLE color: 9131469.

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

Color convert

RGB 205 85 139 -
CMYK 0 0.59 0.32 0.20
HSL 333º 0.55% 0.57% -
HSV(B) 333º 0.59% 0.8% -
XYZ 33.09 21.34 26.8 -
YUV 127.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 205 85 139 0 0.59 0.32 0.20 333 0.55 0.57
Hex CD 55 8B 0 3B 20 14 14D 37 39
Octal 315 125 213 0 73 40 24 515 67 71
Binary 11001101 1010101 10001011 0 111011 100000 10100 101001101 110111 111001

Color Harmonies of #CD558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD558B

Black with #CD558B

Text Example


Text Example

White with #CD558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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