Html Css Color HEX #D74252 Mandy

📋 copy color: '#D74252'

red 215 ◦ green 66 ◦ blue 82

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

Shades of Mandy #D74252

Tints of Mandy #D74252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 59.23%
G = 18.18%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D74252 (or 0xD74252) is known color: Mandy. HEX triplet: D7, 42 and 52. RGB value is (215,66,82). Sum of RGB (Red+Green+Blue) = 215+66+82=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74252 is #28BDAD. Grayscale: #707070. Windows color (decimal): -2669998 or 5391063. OLE color: 5391063.

HSL color Cylindrical-coordinate representation of color #D74252: hue angle of 353.56º 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 #D74252 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 82 -
CMYK 0 0.69 0.62 0.16
HSL 353.56º 0.65% 0.55% -
HSV(B) 353.56º 0.69% 0.84% -
XYZ 31.5 18.95 9.98 -
YUV 112.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 215 66 82 0 0.69 0.62 0.16 353.56 0.65 0.55
Hex D7 42 52 0 45 3E 10 162 41 37
Octal 327 102 122 0 105 76 20 542 101 67
Binary 11010111 1000010 1010010 0 1000101 111110 10000 101100010 1000001 110111

Color Harmonies of #D74252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74252

Black with #D74252

Text Example


Text Example

White with #D74252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74252; }

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

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

background-color css

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

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

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

border-color css

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

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

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