Html Css Color HEX #D74552 Mandy

📋 copy color: '#D74552'

red 215 ◦ green 69 ◦ blue 82

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

Shades of Mandy #D74552

Tints of Mandy #D74552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 58.74%
G = 18.85%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D74552 (or 0xD74552) is known color: Mandy. HEX triplet: D7, 45 and 52. RGB value is (215,69,82). Sum of RGB (Red+Green+Blue) = 215+69+82=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74552 is #28BAAD. Grayscale: #727272. Windows color (decimal): -2669230 or 5391831. OLE color: 5391831.

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

Color convert

RGB 215 69 82 -
CMYK 0 0.68 0.62 0.16
HSL 354.66º 0.65% 0.56% -
HSV(B) 354.66º 0.68% 0.84% -
XYZ 31.68 19.31 10.04 -
YUV 114.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 215 69 82 0 0.68 0.62 0.16 354.66 0.65 0.56
Hex D7 45 52 0 44 3E 10 163 41 38
Octal 327 105 122 0 104 76 20 543 101 70
Binary 11010111 1000101 1010010 0 1000100 111110 10000 101100011 1000001 111000

Color Harmonies of #D74552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74552

Black with #D74552

Text Example


Text Example

White with #D74552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74552; }

 p { color: rgb(215,69,82); }

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

background-color css

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

 a { background-color: rgb(215,69,82); }

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

border-color css

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

 span { border-color: rgb(215,69,82); }

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