Html Css Color HEX #CD4488 Mulberry

📋 copy color: '#CD4488'

red 205 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #CD4488

Tints of Mulberry #CD4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 50.12%
G = 16.63%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD4488 (or 0xCD4488) is known color: Mulberry. HEX triplet: CD, 44 and 88. RGB value is (205,68,136). Sum of RGB (Red+Green+Blue) = 205+68+136=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4488 is #32BB77. Grayscale: #747474. Windows color (decimal): -3324792 or 8930509. OLE color: 8930509.

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

Color convert

RGB 205 68 136 -
CMYK 0 0.67 0.34 0.20
HSL 330.22º 0.58% 0.54% -
HSV(B) 330.22º 0.67% 0.8% -
XYZ 31.69 18.89 25.27 -
YUV 116.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 205 68 136 0 0.67 0.34 0.20 330.22 0.58 0.54
Hex CD 44 88 0 43 22 14 14A 3A 36
Octal 315 104 210 0 103 42 24 512 72 66
Binary 11001101 1000100 10001000 0 1000011 100010 10100 101001010 111010 110110

Color Harmonies of #CD4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4488

Black with #CD4488

Text Example


Text Example

White with #CD4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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