Html Css Color HEX #CD518B Mulberry

📋 copy color: '#CD518B'

red 205 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #CD518B

Tints of Mulberry #CD518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

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

R = 48.24%
G = 19.06%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD518B (or 0xCD518B) is known color: Mulberry. HEX triplet: CD, 51 and 8B. RGB value is (205,81,139). Sum of RGB (Red+Green+Blue) = 205+81+139=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD518B is #32AE74. Grayscale: #7C7C7C. Windows color (decimal): -3321461 or 9130445. OLE color: 9130445.

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

Color convert

RGB 205 81 139 -
CMYK 0 0.60 0.32 0.20
HSL 331.94º 0.55% 0.56% -
HSV(B) 331.94º 0.6% 0.8% -
XYZ 32.78 20.73 26.7 -
YUV 124.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 205 81 139 0 0.60 0.32 0.20 331.94 0.55 0.56
Hex CD 51 8B 0 3C 20 14 14C 37 38
Octal 315 121 213 0 74 40 24 514 67 70
Binary 11001101 1010001 10001011 0 111100 100000 10100 101001100 110111 111000

Color Harmonies of #CD518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD518B

Black with #CD518B

Text Example


Text Example

White with #CD518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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