Html Css Color HEX #D65D62 Mandy

📋 copy color: '#D65D62'

red 214 ◦ green 93 ◦ blue 98

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

Shades of Mandy #D65D62

Tints of Mandy #D65D62

RGB

 RED value IS 214 (83.98% from 255) = 52.84%

 GREEN value IS 93 (36.72% from 255) = 22.96%

 BLUE value IS 98 (38.67% from 255) = 24.2%

R = 52.84%
G = 22.96%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D65D62 (or 0xD65D62) is known color: Mandy. HEX triplet: D6, 5D and 62. RGB value is (214,93,98). Sum of RGB (Red+Green+Blue) = 214+93+98=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D62 is #29A29D. Grayscale: #818181. Windows color (decimal): -2728606 or 6446550. OLE color: 6446550.

HSL color Cylindrical-coordinate representation of color #D65D62: hue angle of 357.52º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D62 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 93 98 -
CMYK 0 0.57 0.54 0.16
HSL 357.52º 0.6% 0.6% -
HSV(B) 357.52º 0.57% 0.84% -
XYZ 33.85 23.01 14.21 -
YUV 129.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 214 93 98 0 0.57 0.54 0.16 357.52 0.6 0.6
Hex D6 5D 62 0 39 36 10 166 3C 3C
Octal 326 135 142 0 71 66 20 546 74 74
Binary 11010110 1011101 1100010 0 111001 110110 10000 101100110 111100 111100

Color Harmonies of #D65D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D62

Black with #D65D62

Text Example


Text Example

White with #D65D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D62; }

 p { color: rgb(214,93,98); }

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

background-color css

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

 a { background-color: rgb(214,93,98); }

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

border-color css

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

 span { border-color: rgb(214,93,98); }

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