Html Css Color HEX #CD4890 Mulberry

📋 copy color: '#CD4890'

red 205 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #CD4890

Tints of Mulberry #CD4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

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

R = 48.69%
G = 17.1%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD4890 (or 0xCD4890) is known color: Mulberry. HEX triplet: CD, 48 and 90. RGB value is (205,72,144). Sum of RGB (Red+Green+Blue) = 205+72+144=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4890 is #32B76F. Grayscale: #777777. Windows color (decimal): -3323760 or 9455821. OLE color: 9455821.

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

Color convert

RGB 205 72 144 -
CMYK 0 0.65 0.30 0.20
HSL 327.52º 0.57% 0.54% -
HSV(B) 327.52º 0.65% 0.8% -
XYZ 32.53 19.63 28.46 -
YUV 119.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 205 72 144 0 0.65 0.30 0.20 327.52 0.57 0.54
Hex CD 48 90 0 41 1E 14 148 39 36
Octal 315 110 220 0 101 36 24 510 71 66
Binary 11001101 1001000 10010000 0 1000001 11110 10100 101001000 111001 110110

Color Harmonies of #CD4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4890

Black with #CD4890

Text Example


Text Example

White with #CD4890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4890; }

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

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

background-color css

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

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

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

border-color css

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

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

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