Html Css Color HEX #D94448 Mandy

📋 copy color: '#D94448'

red 217 ◦ green 68 ◦ blue 72

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

Shades of Mandy #D94448

Tints of Mandy #D94448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

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

R = 60.78%
G = 19.05%
B = 20.17%

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

#D94448 (or 0xD94448) is known color: Mandy. HEX triplet: D9, 44 and 48. RGB value is (217,68,72). Sum of RGB (Red+Green+Blue) = 217+68+72=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D94448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94448 is #26BBB7. Grayscale: #717171. Windows color (decimal): -2538424 or 4736217. OLE color: 4736217.

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

Color convert

RGB 217 68 72 -
CMYK 0 0.69 0.67 0.15
HSL 358.39º 0.66% 0.56% -
HSV(B) 358.39º 0.69% 0.85% -
XYZ 31.85 19.35 8.19 -
YUV 113.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 217 68 72 0 0.69 0.67 0.15 358.39 0.66 0.56
Hex D9 44 48 0 45 43 F 166 42 38
Octal 331 104 110 0 105 103 17 546 102 70
Binary 11011001 1000100 1001000 0 1000101 1000011 1111 101100110 1000010 111000

Color Harmonies of #D94448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94448

Black with #D94448

Text Example


Text Example

White with #D94448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94448; }

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

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

background-color css

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

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

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

border-color css

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

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

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