Html Css Color HEX #D2444C Mandy

📋 copy color: '#D2444C'

red 210 ◦ green 68 ◦ blue 76

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

Shades of Mandy #D2444C

Tints of Mandy #D2444C

RGB

 RED value IS 210 (82.42% from 255) = 59.32%

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 59.32%
G = 19.21%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2444C (or 0xD2444C) is known color: Mandy. HEX triplet: D2, 44 and 4C. RGB value is (210,68,76). Sum of RGB (Red+Green+Blue) = 210+68+76=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2444C is #2DBBB3. Grayscale: #6F6F6F. Windows color (decimal): -2997172 or 4998354. OLE color: 4998354.

HSL color Cylindrical-coordinate representation of color #D2444C: hue angle of 356.62º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2444C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 76 -
CMYK 0 0.68 0.64 0.18
HSL 356.62º 0.61% 0.55% -
HSV(B) 356.62º 0.68% 0.82% -
XYZ 29.95 18.36 8.8 -
YUV 111.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 210 68 76 0 0.68 0.64 0.18 356.62 0.61 0.55
Hex D2 44 4C 0 44 40 12 165 3D 37
Octal 322 104 114 0 104 100 22 545 75 67
Binary 11010010 1000100 1001100 0 1000100 1000000 10010 101100101 111101 110111

Color Harmonies of #D2444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2444C

Black with #D2444C

Text Example


Text Example

White with #D2444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2444C; }

 p { color: rgb(210,68,76); }

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

background-color css

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

 a { background-color: rgb(210,68,76); }

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

border-color css

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

 span { border-color: rgb(210,68,76); }

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