Html Css Color HEX #CD518D Mulberry

📋 copy color: '#CD518D'

red 205 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #CD518D

Tints of Mulberry #CD518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 48.01%
G = 18.97%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD518D (or 0xCD518D) is known color: Mulberry. HEX triplet: CD, 51 and 8D. RGB value is (205,81,141). Sum of RGB (Red+Green+Blue) = 205+81+141=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD518D is #32AE72. Grayscale: #7C7C7C. Windows color (decimal): -3321459 or 9261517. OLE color: 9261517.

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

Color convert

RGB 205 81 141 -
CMYK 0 0.60 0.31 0.20
HSL 330.97º 0.55% 0.56% -
HSV(B) 330.97º 0.6% 0.8% -
XYZ 32.93 20.79 27.48 -
YUV 124.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 205 81 141 0 0.60 0.31 0.20 330.97 0.55 0.56
Hex CD 51 8D 0 3C 1F 14 14B 37 38
Octal 315 121 215 0 74 37 24 513 67 70
Binary 11001101 1010001 10001101 0 111100 11111 10100 101001011 110111 111000

Color Harmonies of #CD518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD518D

Black with #CD518D

Text Example


Text Example

White with #CD518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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