Html Css Color HEX #D7414A Mandy

📋 copy color: '#D7414A'

red 215 ◦ green 65 ◦ blue 74

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

Shades of Mandy #D7414A

Tints of Mandy #D7414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

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

R = 60.73%
G = 18.36%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7414A (or 0xD7414A) is known color: Mandy. HEX triplet: D7, 41 and 4A. RGB value is (215,65,74). Sum of RGB (Red+Green+Blue) = 215+65+74=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7414A is #28BEB5. Grayscale: #6E6E6E. Windows color (decimal): -2670262 or 4866519. OLE color: 4866519.

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

Color convert

RGB 215 65 74 -
CMYK 0 0.70 0.66 0.16
HSL 356.4º 0.65% 0.55% -
HSV(B) 356.4º 0.7% 0.84% -
XYZ 31.15 18.72 8.45 -
YUV 110.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 215 65 74 0 0.70 0.66 0.16 356.4 0.65 0.55
Hex D7 41 4A 0 46 42 10 164 41 37
Octal 327 101 112 0 106 102 20 544 101 67
Binary 11010111 1000001 1001010 0 1000110 1000010 10000 101100100 1000001 110111

Color Harmonies of #D7414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7414A

Black with #D7414A

Text Example


Text Example

White with #D7414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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