Html Css Color HEX #D74C5D Mandy

📋 copy color: '#D74C5D'

red 215 ◦ green 76 ◦ blue 93

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

Shades of Mandy #D74C5D

Tints of Mandy #D74C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.79%

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 55.99%
G = 19.79%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D74C5D (or 0xD74C5D) is known color: Mandy. HEX triplet: D7, 4C and 5D. RGB value is (215,76,93). Sum of RGB (Red+Green+Blue) = 215+76+93=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C5D is #28B3A2. Grayscale: #777777. Windows color (decimal): -2667427 or 6114519. OLE color: 6114519.

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

Color convert

RGB 215 76 93 -
CMYK 0 0.65 0.57 0.16
HSL 352.66º 0.63% 0.57% -
HSV(B) 352.66º 0.65% 0.84% -
XYZ 32.58 20.41 12.58 -
YUV 119.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 215 76 93 0 0.65 0.57 0.16 352.66 0.63 0.57
Hex D7 4C 5D 0 41 39 10 161 3F 39
Octal 327 114 135 0 101 71 20 541 77 71
Binary 11010111 1001100 1011101 0 1000001 111001 10000 101100001 111111 111001

Color Harmonies of #D74C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C5D

Black with #D74C5D

Text Example


Text Example

White with #D74C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C5D; }

 p { color: rgb(215,76,93); }

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

background-color css

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

 a { background-color: rgb(215,76,93); }

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

border-color css

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

 span { border-color: rgb(215,76,93); }

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