Html Css Color HEX #CD5A8D Mulberry

📋 copy color: '#CD5A8D'

red 205 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #CD5A8D

Tints of Mulberry #CD5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

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

R = 47.02%
G = 20.64%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD5A8D (or 0xCD5A8D) is known color: Mulberry. HEX triplet: CD, 5A and 8D. RGB value is (205,90,141). Sum of RGB (Red+Green+Blue) = 205+90+141=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A8D is #32A572. Grayscale: #828282. Windows color (decimal): -3319155 or 9263821. OLE color: 9263821.

HSL color Cylindrical-coordinate representation of color #CD5A8D: hue angle of 333.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5A8D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 90 141 -
CMYK 0 0.56 0.31 0.20
HSL 333.39º 0.53% 0.58% -
HSV(B) 333.39º 0.56% 0.8% -
XYZ 33.64 22.21 27.71 -
YUV 130.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 205 90 141 0 0.56 0.31 0.20 333.39 0.53 0.58
Hex CD 5A 8D 0 38 1F 14 14D 35 3A
Octal 315 132 215 0 70 37 24 515 65 72
Binary 11001101 1011010 10001101 0 111000 11111 10100 101001101 110101 111010

Color Harmonies of #CD5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A8D

Black with #CD5A8D

Text Example


Text Example

White with #CD5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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