Html Css Color HEX #CD5490 Mulberry

📋 copy color: '#CD5490'

red 205 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #CD5490

Tints of Mulberry #CD5490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 47.34%
G = 19.4%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD5490 (or 0xCD5490) is known color: Mulberry. HEX triplet: CD, 54 and 90. RGB value is (205,84,144). Sum of RGB (Red+Green+Blue) = 205+84+144=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5490 is #32AB6F. Grayscale: #7E7E7E. Windows color (decimal): -3320688 or 9458893. OLE color: 9458893.

HSL color Cylindrical-coordinate representation of color #CD5490: hue angle of 330.25º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5490 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 84 144 -
CMYK 0 0.59 0.30 0.20
HSL 330.25º 0.55% 0.57% -
HSV(B) 330.25º 0.59% 0.8% -
XYZ 33.38 21.33 28.74 -
YUV 127.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 205 84 144 0 0.59 0.30 0.20 330.25 0.55 0.57
Hex CD 54 90 0 3B 1E 14 14A 37 39
Octal 315 124 220 0 73 36 24 512 67 71
Binary 11001101 1010100 10010000 0 111011 11110 10100 101001010 110111 111001

Color Harmonies of #CD5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5490

Black with #CD5490

Text Example


Text Example

White with #CD5490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5490; }

 p { color: rgb(205,84,144); }

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

background-color css

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

 a { background-color: rgb(205,84,144); }

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

border-color css

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

 span { border-color: rgb(205,84,144); }

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