Html Css Color HEX #D94658 Mandy

📋 copy color: '#D94658'

red 217 ◦ green 70 ◦ blue 88

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

Shades of Mandy #D94658

Tints of Mandy #D94658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 57.87%
G = 18.67%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D94658 (or 0xD94658) is known color: Mandy. HEX triplet: D9, 46 and 58. RGB value is (217,70,88). Sum of RGB (Red+Green+Blue) = 217+70+88=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D94658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94658 is #26B9A7. Grayscale: #747474. Windows color (decimal): -2537896 or 5785305. OLE color: 5785305.

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

Color convert

RGB 217 70 88 -
CMYK 0 0.68 0.59 0.15
HSL 352.65º 0.66% 0.56% -
HSV(B) 352.65º 0.68% 0.85% -
XYZ 32.57 19.84 11.34 -
YUV 116.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 217 70 88 0 0.68 0.59 0.15 352.65 0.66 0.56
Hex D9 46 58 0 44 3B F 161 42 38
Octal 331 106 130 0 104 73 17 541 102 70
Binary 11011001 1000110 1011000 0 1000100 111011 1111 101100001 1000010 111000

Color Harmonies of #D94658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94658

Black with #D94658

Text Example


Text Example

White with #D94658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94658; }

 p { color: rgb(217,70,88); }

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

background-color css

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

 a { background-color: rgb(217,70,88); }

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

border-color css

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

 span { border-color: rgb(217,70,88); }

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