Html Css Color HEX #CD487F Mulberry

📋 copy color: '#CD487F'

red 205 ◦ green 72 ◦ blue 127

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

Shades of Mulberry #CD487F

Tints of Mulberry #CD487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 50.74%
G = 17.82%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD487F (or 0xCD487F) is known color: Mulberry. HEX triplet: CD, 48 and 7F. RGB value is (205,72,127). Sum of RGB (Red+Green+Blue) = 205+72+127=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD487F is #32B780. Grayscale: #757575. Windows color (decimal): -3323777 or 8341709. OLE color: 8341709.

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

Color convert

RGB 205 72 127 -
CMYK 0 0.65 0.38 0.20
HSL 335.19º 0.57% 0.54% -
HSV(B) 335.19º 0.65% 0.8% -
XYZ 31.32 19.15 22.12 -
YUV 118.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 205 72 127 0 0.65 0.38 0.20 335.19 0.57 0.54
Hex CD 48 7F 0 41 26 14 14F 39 36
Octal 315 110 177 0 101 46 24 517 71 66
Binary 11001101 1001000 1111111 0 1000001 100110 10100 101001111 111001 110110

Color Harmonies of #CD487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD487F

Black with #CD487F

Text Example


Text Example

White with #CD487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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