Html Css Color HEX #CD5592 Mulberry

📋 copy color: '#CD5592'

red 205 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #CD5592

Tints of Mulberry #CD5592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 47.02%
G = 19.5%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD5592 (or 0xCD5592) is known color: Mulberry. HEX triplet: CD, 55 and 92. RGB value is (205,85,146). Sum of RGB (Red+Green+Blue) = 205+85+146=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5592 is #32AA6D. Grayscale: #7F7F7F. Windows color (decimal): -3320430 or 9590221. OLE color: 9590221.

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

Color convert

RGB 205 85 146 -
CMYK 0 0.59 0.29 0.20
HSL 329.5º 0.55% 0.57% -
HSV(B) 329.5º 0.59% 0.8% -
XYZ 33.61 21.55 29.58 -
YUV 127.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 205 85 146 0 0.59 0.29 0.20 329.5 0.55 0.57
Hex CD 55 92 0 3B 1D 14 14A 37 39
Octal 315 125 222 0 73 35 24 512 67 71
Binary 11001101 1010101 10010010 0 111011 11101 10100 101001010 110111 111001

Color Harmonies of #CD5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5592

Black with #CD5592

Text Example


Text Example

White with #CD5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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