Html Css Color HEX #CD558F Mulberry

📋 copy color: '#CD558F'

red 205 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #CD558F

Tints of Mulberry #CD558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 47.34%
G = 19.63%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD558F (or 0xCD558F) is known color: Mulberry. HEX triplet: CD, 55 and 8F. RGB value is (205,85,143). Sum of RGB (Red+Green+Blue) = 205+85+143=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD558F is #32AA70. Grayscale: #7F7F7F. Windows color (decimal): -3320433 or 9393613. OLE color: 9393613.

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

Color convert

RGB 205 85 143 -
CMYK 0 0.59 0.30 0.20
HSL 331º 0.55% 0.57% -
HSV(B) 331º 0.59% 0.8% -
XYZ 33.38 21.46 28.37 -
YUV 127.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 205 85 143 0 0.59 0.30 0.20 331 0.55 0.57
Hex CD 55 8F 0 3B 1E 14 14B 37 39
Octal 315 125 217 0 73 36 24 513 67 71
Binary 11001101 1010101 10001111 0 111011 11110 10100 101001011 110111 111001

Color Harmonies of #CD558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD558F

Black with #CD558F

Text Example


Text Example

White with #CD558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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