Html Css Color HEX #D94852 Mandy

📋 copy color: '#D94852'

red 217 ◦ green 72 ◦ blue 82

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

Shades of Mandy #D94852

Tints of Mandy #D94852

RGB

 RED value IS 217 (85.16% from 255) = 58.49%

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 58.49%
G = 19.41%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D94852 (or 0xD94852) is known color: Mandy. HEX triplet: D9, 48 and 52. RGB value is (217,72,82). Sum of RGB (Red+Green+Blue) = 217+72+82=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D94852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94852 is #26B7AD. Grayscale: #747474. Windows color (decimal): -2537390 or 5392601. OLE color: 5392601.

HSL color Cylindrical-coordinate representation of color #D94852: hue angle of 355.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94852 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 82 -
CMYK 0 0.67 0.62 0.15
HSL 355.86º 0.66% 0.57% -
HSV(B) 355.86º 0.67% 0.85% -
XYZ 32.46 20 10.13 -
YUV 116.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 217 72 82 0 0.67 0.62 0.15 355.86 0.66 0.57
Hex D9 48 52 0 43 3E F 164 42 39
Octal 331 110 122 0 103 76 17 544 102 71
Binary 11011001 1001000 1010010 0 1000011 111110 1111 101100100 1000010 111001

Color Harmonies of #D94852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94852

Black with #D94852

Text Example


Text Example

White with #D94852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94852; }

 p { color: rgb(217,72,82); }

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

background-color css

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

 a { background-color: rgb(217,72,82); }

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

border-color css

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

 span { border-color: rgb(217,72,82); }

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