Html Css Color HEX #D74B55 Mandy

📋 copy color: '#D74B55'

red 215 ◦ green 75 ◦ blue 85

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

Shades of Mandy #D74B55

Tints of Mandy #D74B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 57.33%
G = 20%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D74B55 (or 0xD74B55) is known color: Mandy. HEX triplet: D7, 4B and 55. RGB value is (215,75,85). Sum of RGB (Red+Green+Blue) = 215+75+85=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B55 is #28B4AA. Grayscale: #767676. Windows color (decimal): -2667691 or 5589975. OLE color: 5589975.

HSL color Cylindrical-coordinate representation of color #D74B55: hue angle of 355.71º degrees, saturation: 0.64, 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 #D74B55 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 85 -
CMYK 0 0.65 0.60 0.16
HSL 355.71º 0.64% 0.57% -
HSV(B) 355.71º 0.65% 0.84% -
XYZ 32.18 20.14 10.78 -
YUV 118 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 215 75 85 0 0.65 0.60 0.16 355.71 0.64 0.57
Hex D7 4B 55 0 41 3C 10 164 40 39
Octal 327 113 125 0 101 74 20 544 100 71
Binary 11010111 1001011 1010101 0 1000001 111100 10000 101100100 1000000 111001

Color Harmonies of #D74B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B55

Black with #D74B55

Text Example


Text Example

White with #D74B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B55; }

 p { color: rgb(215,75,85); }

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

background-color css

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

 a { background-color: rgb(215,75,85); }

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

border-color css

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

 span { border-color: rgb(215,75,85); }

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