Html Css Color HEX #CD528D Mulberry

📋 copy color: '#CD528D'

red 205 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #CD528D

Tints of Mulberry #CD528D

RGB

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

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

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

R = 47.9%
G = 19.16%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD528D (or 0xCD528D) is known color: Mulberry. HEX triplet: CD, 52 and 8D. RGB value is (205,82,141). Sum of RGB (Red+Green+Blue) = 205+82+141=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD528D is #32AD72. Grayscale: #7D7D7D. Windows color (decimal): -3321203 or 9261773. OLE color: 9261773.

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

Color convert

RGB 205 82 141 -
CMYK 0 0.6 0.31 0.20
HSL 331.22º 0.55% 0.56% -
HSV(B) 331.22º 0.6% 0.8% -
XYZ 33 20.94 27.5 -
YUV 125.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 205 82 141 0 0.6 0.31 0.20 331.22 0.55 0.56
Hex CD 52 8D 0 3C 1F 14 14B 37 38
Octal 315 122 215 0 74 37 24 513 67 70
Binary 11001101 1010010 10001101 0 111100 11111 10100 101001011 110111 111000

Color Harmonies of #CD528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD528D

Black with #CD528D

Text Example


Text Example

White with #CD528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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