Html Css Color HEX #D04C5C Mandy

📋 copy color: '#D04C5C'

red 208 ◦ green 76 ◦ blue 92

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

Shades of Mandy #D04C5C

Tints of Mandy #D04C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 55.32%
G = 20.21%
B = 24.47%

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

#D04C5C (or 0xD04C5C) is known color: Mandy. HEX triplet: D0, 4C and 5C. RGB value is (208,76,92). Sum of RGB (Red+Green+Blue) = 208+76+92=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C5C is #2FB3A3. Grayscale: #757575. Windows color (decimal): -3126180 or 6048976. OLE color: 6048976.

HSL color Cylindrical-coordinate representation of color #D04C5C: hue angle of 352.73º 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 #D04C5C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 92 -
CMYK 0 0.63 0.56 0.18
HSL 352.73º 0.58% 0.56% -
HSV(B) 352.73º 0.63% 0.82% -
XYZ 30.53 19.35 12.25 -
YUV 117.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 208 76 92 0 0.63 0.56 0.18 352.73 0.58 0.56
Hex D0 4C 5C 0 3F 38 12 161 3A 38
Octal 320 114 134 0 77 70 22 541 72 70
Binary 11010000 1001100 1011100 0 111111 111000 10010 101100001 111010 111000

Color Harmonies of #D04C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C5C

Black with #D04C5C

Text Example


Text Example

White with #D04C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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