Html Css Color HEX #CD5390 Mulberry

📋 copy color: '#CD5390'

red 205 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #CD5390

Tints of Mulberry #CD5390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.21%

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

R = 47.45%
G = 19.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD5390 (or 0xCD5390) is known color: Mulberry. HEX triplet: CD, 53 and 90. RGB value is (205,83,144). Sum of RGB (Red+Green+Blue) = 205+83+144=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5390 is #32AC6F. Grayscale: #7E7E7E. Windows color (decimal): -3320944 or 9458637. OLE color: 9458637.

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

Color convert

RGB 205 83 144 -
CMYK 0 0.60 0.30 0.20
HSL 330º 0.55% 0.56% -
HSV(B) 330º 0.6% 0.8% -
XYZ 33.3 21.18 28.72 -
YUV 126.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 205 83 144 0 0.60 0.30 0.20 330 0.55 0.56
Hex CD 53 90 0 3C 1E 14 14A 37 38
Octal 315 123 220 0 74 36 24 512 67 70
Binary 11001101 1010011 10010000 0 111100 11110 10100 101001010 110111 111000

Color Harmonies of #CD5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5390

Black with #CD5390

Text Example


Text Example

White with #CD5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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