Html Css Color HEX #D7444B Mandy

📋 copy color: '#D7444B'

red 215 ◦ green 68 ◦ blue 75

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

Shades of Mandy #D7444B

Tints of Mandy #D7444B

RGB

 RED value IS 215 (84.38% from 255) = 60.06%

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 60.06%
G = 18.99%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7444B (or 0xD7444B) is known color: Mandy. HEX triplet: D7, 44 and 4B. RGB value is (215,68,75). Sum of RGB (Red+Green+Blue) = 215+68+75=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7444B is #28BBB4. Grayscale: #707070. Windows color (decimal): -2669493 or 4932823. OLE color: 4932823.

HSL color Cylindrical-coordinate representation of color #D7444B: hue angle of 357.14º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7444B is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 68 75 -
CMYK 0 0.68 0.65 0.16
HSL 357.14º 0.65% 0.55% -
HSV(B) 357.14º 0.68% 0.84% -
XYZ 31.36 19.09 8.69 -
YUV 112.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 215 68 75 0 0.68 0.65 0.16 357.14 0.65 0.55
Hex D7 44 4B 0 44 41 10 165 41 37
Octal 327 104 113 0 104 101 20 545 101 67
Binary 11010111 1000100 1001011 0 1000100 1000001 10000 101100101 1000001 110111

Color Harmonies of #D7444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7444B

Black with #D7444B

Text Example


Text Example

White with #D7444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7444B; }

 p { color: rgb(215,68,75); }

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

background-color css

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

 a { background-color: rgb(215,68,75); }

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

border-color css

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

 span { border-color: rgb(215,68,75); }

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