Html Css Color HEX #CD4987 Mulberry

📋 copy color: '#CD4987'

red 205 ◦ green 73 ◦ blue 135

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

Shades of Mulberry #CD4987

Tints of Mulberry #CD4987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 49.64%
G = 17.68%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD4987 (or 0xCD4987) is known color: Mulberry. HEX triplet: CD, 49 and 87. RGB value is (205,73,135). Sum of RGB (Red+Green+Blue) = 205+73+135=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4987 is #32B678. Grayscale: #777777. Windows color (decimal): -3323513 or 8866253. OLE color: 8866253.

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

Color convert

RGB 205 73 135 -
CMYK 0 0.64 0.34 0.20
HSL 331.82º 0.57% 0.55% -
HSV(B) 331.82º 0.64% 0.8% -
XYZ 31.93 19.49 25 -
YUV 119.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 205 73 135 0 0.64 0.34 0.20 331.82 0.57 0.55
Hex CD 49 87 0 40 22 14 14C 39 37
Octal 315 111 207 0 100 42 24 514 71 67
Binary 11001101 1001001 10000111 0 1000000 100010 10100 101001100 111001 110111

Color Harmonies of #CD4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4987

Black with #CD4987

Text Example


Text Example

White with #CD4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4987; }

 p { color: rgb(205,73,135); }

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

background-color css

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

 a { background-color: rgb(205,73,135); }

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

border-color css

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

 span { border-color: rgb(205,73,135); }

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