Html Css Color HEX #CD519B Mulberry

📋 copy color: '#CD519B'

red 205 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #CD519B

Tints of Mulberry #CD519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 46.49%
G = 18.37%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD519B (or 0xCD519B) is known color: Mulberry. HEX triplet: CD, 51 and 9B. RGB value is (205,81,155). Sum of RGB (Red+Green+Blue) = 205+81+155=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD519B is #32AE64. Grayscale: #7E7E7E. Windows color (decimal): -3321445 or 10179021. OLE color: 10179021.

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

Color convert

RGB 205 81 155 -
CMYK 0 0.60 0.24 0.20
HSL 324.19º 0.55% 0.56% -
HSV(B) 324.19º 0.6% 0.8% -
XYZ 34.04 21.23 33.31 -
YUV 126.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 205 81 155 0 0.60 0.24 0.20 324.19 0.55 0.56
Hex CD 51 9B 0 3C 18 14 144 37 38
Octal 315 121 233 0 74 30 24 504 67 70
Binary 11001101 1010001 10011011 0 111100 11000 10100 101000100 110111 111000

Color Harmonies of #CD519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD519B

Black with #CD519B

Text Example


Text Example

White with #CD519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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