Html Css Color HEX #CD4788 Mulberry

📋 copy color: '#CD4788'

red 205 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #CD4788

Tints of Mulberry #CD4788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.23%

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

R = 49.76%
G = 17.23%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD4788 (or 0xCD4788) is known color: Mulberry. HEX triplet: CD, 47 and 88. RGB value is (205,71,136). Sum of RGB (Red+Green+Blue) = 205+71+136=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4788 is #32B877. Grayscale: #767676. Windows color (decimal): -3324024 or 8931277. OLE color: 8931277.

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

Color convert

RGB 205 71 136 -
CMYK 0 0.65 0.34 0.20
HSL 330.9º 0.57% 0.54% -
HSV(B) 330.9º 0.65% 0.8% -
XYZ 31.87 19.26 25.33 -
YUV 118.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 205 71 136 0 0.65 0.34 0.20 330.9 0.57 0.54
Hex CD 47 88 0 41 22 14 14B 39 36
Octal 315 107 210 0 101 42 24 513 71 66
Binary 11001101 1000111 10001000 0 1000001 100010 10100 101001011 111001 110110

Color Harmonies of #CD4788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4788

Black with #CD4788

Text Example


Text Example

White with #CD4788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4788; }

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

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

background-color css

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

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

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

border-color css

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

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

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