Html Css Color HEX #DF444A Mandy

📋 copy color: '#DF444A'

red 223 ◦ green 68 ◦ blue 74

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

Shades of Mandy #DF444A

Tints of Mandy #DF444A

RGB

 RED value IS 223 (87.5% from 255) = 61.1%

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 61.1%
G = 18.63%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF444A (or 0xDF444A) is known color: Mandy. HEX triplet: DF, 44 and 4A. RGB value is (223,68,74). Sum of RGB (Red+Green+Blue) = 223+68+74=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF444A is #20BBB5. Grayscale: #737373. Windows color (decimal): -2145206 or 4867295. OLE color: 4867295.

HSL color Cylindrical-coordinate representation of color #DF444A: hue angle of 357.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF444A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 74 -
CMYK 0 0.70 0.67 0.13
HSL 357.68º 0.71% 0.57% -
HSV(B) 357.68º 0.7% 0.87% -
XYZ 33.73 20.32 8.62 -
YUV 115.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 223 68 74 0 0.70 0.67 0.13 357.68 0.71 0.57
Hex DF 44 4A 0 46 43 D 166 47 39
Octal 337 104 112 0 106 103 15 546 107 71
Binary 11011111 1000100 1001010 0 1000110 1000011 1101 101100110 1000111 111001

Color Harmonies of #DF444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF444A

Black with #DF444A

Text Example


Text Example

White with #DF444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF444A; }

 p { color: rgb(223,68,74); }

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

background-color css

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

 a { background-color: rgb(223,68,74); }

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

border-color css

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

 span { border-color: rgb(223,68,74); }

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