Html Css Color HEX #D7424A Mandy

📋 copy color: '#D7424A'

red 215 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D7424A

Tints of Mandy #D7424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 60.56%
G = 18.59%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7424A (or 0xD7424A) is known color: Mandy. HEX triplet: D7, 42 and 4A. RGB value is (215,66,74). Sum of RGB (Red+Green+Blue) = 215+66+74=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7424A is #28BDB5. Grayscale: #6F6F6F. Windows color (decimal): -2670006 or 4866775. OLE color: 4866775.

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

Color convert

RGB 215 66 74 -
CMYK 0 0.69 0.66 0.16
HSL 356.78º 0.65% 0.55% -
HSV(B) 356.78º 0.69% 0.84% -
XYZ 31.21 18.84 8.47 -
YUV 111.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 215 66 74 0 0.69 0.66 0.16 356.78 0.65 0.55
Hex D7 42 4A 0 45 42 10 165 41 37
Octal 327 102 112 0 105 102 20 545 101 67
Binary 11010111 1000010 1001010 0 1000101 1000010 10000 101100101 1000001 110111

Color Harmonies of #D7424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7424A

Black with #D7424A

Text Example


Text Example

White with #D7424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7424A; }

 p { color: rgb(215,66,74); }

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

background-color css

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

 a { background-color: rgb(215,66,74); }

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

border-color css

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

 span { border-color: rgb(215,66,74); }

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