Html Css Color HEX #CD4288 Mulberry

📋 copy color: '#CD4288'

red 205 ◦ green 66 ◦ blue 136

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

Shades of Mulberry #CD4288

Tints of Mulberry #CD4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.22%

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

R = 50.37%
G = 16.22%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD4288 (or 0xCD4288) is known color: Mulberry. HEX triplet: CD, 42 and 88. RGB value is (205,66,136). Sum of RGB (Red+Green+Blue) = 205+66+136=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4288 is #32BD77. Grayscale: #737373. Windows color (decimal): -3325304 or 8929997. OLE color: 8929997.

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

Color convert

RGB 205 66 136 -
CMYK 0 0.68 0.34 0.20
HSL 329.78º 0.58% 0.53% -
HSV(B) 329.78º 0.68% 0.8% -
XYZ 31.57 18.65 25.23 -
YUV 115.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 205 66 136 0 0.68 0.34 0.20 329.78 0.58 0.53
Hex CD 42 88 0 44 22 14 14A 3A 35
Octal 315 102 210 0 104 42 24 512 72 65
Binary 11001101 1000010 10001000 0 1000100 100010 10100 101001010 111010 110101

Color Harmonies of #CD4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4288

Black with #CD4288

Text Example


Text Example

White with #CD4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4288; }

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

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

background-color css

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

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

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

border-color css

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

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

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