Html Css Color HEX #D74B5B Mandy

📋 copy color: '#D74B5B'

red 215 ◦ green 75 ◦ blue 91

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

Shades of Mandy #D74B5B

Tints of Mandy #D74B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 56.43%
G = 19.69%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D74B5B (or 0xD74B5B) is known color: Mandy. HEX triplet: D7, 4B and 5B. RGB value is (215,75,91). Sum of RGB (Red+Green+Blue) = 215+75+91=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B5B is #28B4A4. Grayscale: #767676. Windows color (decimal): -2667685 or 5983191. OLE color: 5983191.

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

Color convert

RGB 215 75 91 -
CMYK 0 0.65 0.58 0.16
HSL 353.14º 0.64% 0.57% -
HSV(B) 353.14º 0.65% 0.84% -
XYZ 32.43 20.23 12.09 -
YUV 118.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 215 75 91 0 0.65 0.58 0.16 353.14 0.64 0.57
Hex D7 4B 5B 0 41 3A 10 161 40 39
Octal 327 113 133 0 101 72 20 541 100 71
Binary 11010111 1001011 1011011 0 1000001 111010 10000 101100001 1000000 111001

Color Harmonies of #D74B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B5B

Black with #D74B5B

Text Example


Text Example

White with #D74B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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