Html Css Color HEX #D04C5B Mandy

📋 copy color: '#D04C5B'

red 208 ◦ green 76 ◦ blue 91

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

Shades of Mandy #D04C5B

Tints of Mandy #D04C5B

RGB

 RED value IS 208 (81.64% from 255) = 55.47%

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 55.47%
G = 20.27%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D04C5B (or 0xD04C5B) is known color: Mandy. HEX triplet: D0, 4C and 5B. RGB value is (208,76,91). Sum of RGB (Red+Green+Blue) = 208+76+91=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C5B is #2FB3A4. Grayscale: #757575. Windows color (decimal): -3126181 or 5983440. OLE color: 5983440.

HSL color Cylindrical-coordinate representation of color #D04C5B: hue angle of 353.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C5B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 91 -
CMYK 0 0.63 0.56 0.18
HSL 353.18º 0.58% 0.56% -
HSV(B) 353.18º 0.63% 0.82% -
XYZ 30.49 19.33 12.02 -
YUV 117.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 208 76 91 0 0.63 0.56 0.18 353.18 0.58 0.56
Hex D0 4C 5B 0 3F 38 12 161 3A 38
Octal 320 114 133 0 77 70 22 541 72 70
Binary 11010000 1001100 1011011 0 111111 111000 10010 101100001 111010 111000

Color Harmonies of #D04C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C5B

Black with #D04C5B

Text Example


Text Example

White with #D04C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C5B; }

 p { color: rgb(208,76,91); }

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

background-color css

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

 a { background-color: rgb(208,76,91); }

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

border-color css

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

 span { border-color: rgb(208,76,91); }

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