Html Css Color HEX #D84248 Mandy

📋 copy color: '#D84248'

red 216 ◦ green 66 ◦ blue 72

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

Shades of Mandy #D84248

Tints of Mandy #D84248

RGB

 RED value IS 216 (84.77% from 255) = 61.02%

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

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 61.02%
G = 18.64%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84248 (or 0xD84248) is known color: Mandy. HEX triplet: D8, 42 and 48. RGB value is (216,66,72). Sum of RGB (Red+Green+Blue) = 216+66+72=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84248 is #27BDB7. Grayscale: #6F6F6F. Windows color (decimal): -2604472 or 4735704. OLE color: 4735704.

HSL color Cylindrical-coordinate representation of color #D84248: hue angle of 357.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84248 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 72 -
CMYK 0 0.69 0.67 0.15
HSL 357.6º 0.66% 0.55% -
HSV(B) 357.6º 0.69% 0.85% -
XYZ 31.44 18.96 8.13 -
YUV 111.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 216 66 72 0 0.69 0.67 0.15 357.6 0.66 0.55
Hex D8 42 48 0 45 43 F 166 42 37
Octal 330 102 110 0 105 103 17 546 102 67
Binary 11011000 1000010 1001000 0 1000101 1000011 1111 101100110 1000010 110111

Color Harmonies of #D84248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84248

Black with #D84248

Text Example


Text Example

White with #D84248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84248; }

 p { color: rgb(216,66,72); }

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

background-color css

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

 a { background-color: rgb(216,66,72); }

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

border-color css

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

 span { border-color: rgb(216,66,72); }

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