Html Css Color HEX #CD528A Mulberry

📋 copy color: '#CD528A'

red 205 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #CD528A

Tints of Mulberry #CD528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 48.24%
G = 19.29%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD528A (or 0xCD528A) is known color: Mulberry. HEX triplet: CD, 52 and 8A. RGB value is (205,82,138). Sum of RGB (Red+Green+Blue) = 205+82+138=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD528A is #32AD75. Grayscale: #7D7D7D. Windows color (decimal): -3321206 or 9065165. OLE color: 9065165.

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

Color convert

RGB 205 82 138 -
CMYK 0 0.6 0.33 0.20
HSL 332.68º 0.55% 0.56% -
HSV(B) 332.68º 0.6% 0.8% -
XYZ 32.78 20.85 26.34 -
YUV 125.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 205 82 138 0 0.6 0.33 0.20 332.68 0.55 0.56
Hex CD 52 8A 0 3C 21 14 14D 37 38
Octal 315 122 212 0 74 41 24 515 67 70
Binary 11001101 1010010 10001010 0 111100 100001 10100 101001101 110111 111000

Color Harmonies of #CD528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD528A

Black with #CD528A

Text Example


Text Example

White with #CD528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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