Html Css Color HEX #CD529E Mulberry

📋 copy color: '#CD529E'

red 205 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #CD529E

Tints of Mulberry #CD529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

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

R = 46.07%
G = 18.43%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD529E (or 0xCD529E) is known color: Mulberry. HEX triplet: CD, 52 and 9E. RGB value is (205,82,158). Sum of RGB (Red+Green+Blue) = 205+82+158=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD529E is #32AD61. Grayscale: #7F7F7F. Windows color (decimal): -3321186 or 10375885. OLE color: 10375885.

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

Color convert

RGB 205 82 158 -
CMYK 0 0.6 0.23 0.20
HSL 322.93º 0.55% 0.56% -
HSV(B) 322.93º 0.6% 0.8% -
XYZ 34.37 21.48 34.68 -
YUV 127.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 205 82 158 0 0.6 0.23 0.20 322.93 0.55 0.56
Hex CD 52 9E 0 3C 17 14 143 37 38
Octal 315 122 236 0 74 27 24 503 67 70
Binary 11001101 1010010 10011110 0 111100 10111 10100 101000011 110111 111000

Color Harmonies of #CD529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD529E

Black with #CD529E

Text Example


Text Example

White with #CD529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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