Html Css Color HEX #CD519E Mulberry

📋 copy color: '#CD519E'

red 205 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #CD519E

Tints of Mulberry #CD519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 46.17%
G = 18.24%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD519E (or 0xCD519E) is known color: Mulberry. HEX triplet: CD, 51 and 9E. RGB value is (205,81,158). Sum of RGB (Red+Green+Blue) = 205+81+158=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD519E is #32AE61. Grayscale: #7E7E7E. Windows color (decimal): -3321442 or 10375629. OLE color: 10375629.

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

Color convert

RGB 205 81 158 -
CMYK 0 0.60 0.23 0.20
HSL 322.74º 0.55% 0.56% -
HSV(B) 322.74º 0.6% 0.8% -
XYZ 34.29 21.33 34.66 -
YUV 126.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 205 81 158 0 0.60 0.23 0.20 322.74 0.55 0.56
Hex CD 51 9E 0 3C 17 14 143 37 38
Octal 315 121 236 0 74 27 24 503 67 70
Binary 11001101 1010001 10011110 0 111100 10111 10100 101000011 110111 111000

Color Harmonies of #CD519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD519E

Black with #CD519E

Text Example


Text Example

White with #CD519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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