Html Css Color HEX #CD4988 Mulberry

📋 copy color: '#CD4988'

red 205 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #CD4988

Tints of Mulberry #CD4988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 49.52%
G = 17.63%
B = 32.85%

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

#CD4988 (or 0xCD4988) is known color: Mulberry. HEX triplet: CD, 49 and 88. RGB value is (205,73,136). Sum of RGB (Red+Green+Blue) = 205+73+136=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4988 is #32B677. Grayscale: #777777. Windows color (decimal): -3323512 or 8931789. OLE color: 8931789.

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

Color convert

RGB 205 73 136 -
CMYK 0 0.64 0.34 0.20
HSL 331.36º 0.57% 0.55% -
HSV(B) 331.36º 0.64% 0.8% -
XYZ 32 19.52 25.37 -
YUV 119.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 205 73 136 0 0.64 0.34 0.20 331.36 0.57 0.55
Hex CD 49 88 0 40 22 14 14B 39 37
Octal 315 111 210 0 100 42 24 513 71 67
Binary 11001101 1001001 10001000 0 1000000 100010 10100 101001011 111001 110111

Color Harmonies of #CD4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4988

Black with #CD4988

Text Example


Text Example

White with #CD4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4988; }

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

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

background-color css

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

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

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

border-color css

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

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

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