Html Css Color HEX #D74E5F Mandy

📋 copy color: '#D74E5F'

red 215 ◦ green 78 ◦ blue 95

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

Shades of Mandy #D74E5F

Tints of Mandy #D74E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.1%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 55.41%
G = 20.1%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D74E5F (or 0xD74E5F) is known color: Mandy. HEX triplet: D7, 4E and 5F. RGB value is (215,78,95). Sum of RGB (Red+Green+Blue) = 215+78+95=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E5F is #28B1A0. Grayscale: #787878. Windows color (decimal): -2666913 or 6246103. OLE color: 6246103.

HSL color Cylindrical-coordinate representation of color #D74E5F: hue angle of 352.55º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74E5F is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 95 -
CMYK 0 0.64 0.56 0.16
HSL 352.55º 0.63% 0.57% -
HSV(B) 352.55º 0.64% 0.84% -
XYZ 32.81 20.72 13.1 -
YUV 120.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 215 78 95 0 0.64 0.56 0.16 352.55 0.63 0.57
Hex D7 4E 5F 0 40 38 10 161 3F 39
Octal 327 116 137 0 100 70 20 541 77 71
Binary 11010111 1001110 1011111 0 1000000 111000 10000 101100001 111111 111001

Color Harmonies of #D74E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E5F

Black with #D74E5F

Text Example


Text Example

White with #D74E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E5F; }

 p { color: rgb(215,78,95); }

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

background-color css

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

 a { background-color: rgb(215,78,95); }

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

border-color css

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

 span { border-color: rgb(215,78,95); }

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