Html Css Color HEX #D94248 Mandy

📋 copy color: '#D94248'

red 217 ◦ green 66 ◦ blue 72

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

Shades of Mandy #D94248

Tints of Mandy #D94248

RGB

 RED value IS 217 (85.16% from 255) = 61.13%

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

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

R = 61.13%
G = 18.59%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94248 (or 0xD94248) is known color: Mandy. HEX triplet: D9, 42 and 48. RGB value is (217,66,72). Sum of RGB (Red+Green+Blue) = 217+66+72=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94248 is #26BDB7. Grayscale: #6F6F6F. Windows color (decimal): -2538936 or 4735705. OLE color: 4735705.

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

Color convert

RGB 217 66 72 -
CMYK 0 0.70 0.67 0.15
HSL 357.62º 0.67% 0.55% -
HSV(B) 357.62º 0.7% 0.85% -
XYZ 31.73 19.12 8.15 -
YUV 111.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 217 66 72 0 0.70 0.67 0.15 357.62 0.67 0.55
Hex D9 42 48 0 46 43 F 166 43 37
Octal 331 102 110 0 106 103 17 546 103 67
Binary 11011001 1000010 1001000 0 1000110 1000011 1111 101100110 1000011 110111

Color Harmonies of #D94248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94248

Black with #D94248

Text Example


Text Example

White with #D94248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94248; }

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

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

background-color css

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

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

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

border-color css

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

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

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