Html Css Color HEX #D74158 Mandy

📋 copy color: '#D74158'

red 215 ◦ green 65 ◦ blue 88

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

Shades of Mandy #D74158

Tints of Mandy #D74158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 58.42%
G = 17.66%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D74158 (or 0xD74158) is known color: Mandy. HEX triplet: D7, 41 and 58. RGB value is (215,65,88). Sum of RGB (Red+Green+Blue) = 215+65+88=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D74158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74158 is #28BEA7. Grayscale: #707070. Windows color (decimal): -2670248 or 5784023. OLE color: 5784023.

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

Color convert

RGB 215 65 88 -
CMYK 0 0.70 0.59 0.16
HSL 350.8º 0.65% 0.55% -
HSV(B) 350.8º 0.7% 0.84% -
XYZ 31.68 18.93 11.22 -
YUV 112.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 215 65 88 0 0.70 0.59 0.16 350.8 0.65 0.55
Hex D7 41 58 0 46 3B 10 15F 41 37
Octal 327 101 130 0 106 73 20 537 101 67
Binary 11010111 1000001 1011000 0 1000110 111011 10000 101011111 1000001 110111

Color Harmonies of #D74158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74158

Black with #D74158

Text Example


Text Example

White with #D74158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74158; }

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

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

background-color css

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

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

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

border-color css

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

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

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