Html Css Color HEX #D0444F Mandy

📋 copy color: '#D0444F'

red 208 ◦ green 68 ◦ blue 79

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

Shades of Mandy #D0444F

Tints of Mandy #D0444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 58.59%
G = 19.15%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0444F (or 0xD0444F) is known color: Mandy. HEX triplet: D0, 44 and 4F. RGB value is (208,68,79). Sum of RGB (Red+Green+Blue) = 208+68+79=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0444F is #2FBBB0. Grayscale: #6F6F6F. Windows color (decimal): -3128241 or 5194960. OLE color: 5194960.

HSL color Cylindrical-coordinate representation of color #D0444F: hue angle of 355.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0444F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 79 -
CMYK 0 0.67 0.62 0.18
HSL 355.29º 0.6% 0.54% -
HSV(B) 355.29º 0.67% 0.82% -
XYZ 29.49 18.11 9.34 -
YUV 111.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 208 68 79 0 0.67 0.62 0.18 355.29 0.6 0.54
Hex D0 44 4F 0 43 3E 12 163 3C 36
Octal 320 104 117 0 103 76 22 543 74 66
Binary 11010000 1000100 1001111 0 1000011 111110 10010 101100011 111100 110110

Color Harmonies of #D0444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0444F

Black with #D0444F

Text Example


Text Example

White with #D0444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0444F; }

 p { color: rgb(208,68,79); }

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

background-color css

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

 a { background-color: rgb(208,68,79); }

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

border-color css

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

 span { border-color: rgb(208,68,79); }

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