Html Css Color HEX #D65153 Mandy

📋 copy color: '#D65153'

red 214 ◦ green 81 ◦ blue 83

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

Shades of Mandy #D65153

Tints of Mandy #D65153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 56.61%
G = 21.43%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D65153 (or 0xD65153) is known color: Mandy. HEX triplet: D6, 51 and 53. RGB value is (214,81,83). Sum of RGB (Red+Green+Blue) = 214+81+83=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65153 is #29AEAC. Grayscale: #797979. Windows color (decimal): -2731693 or 5460438. OLE color: 5460438.

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

Color convert

RGB 214 81 83 -
CMYK 0 0.62 0.61 0.16
HSL 359.1º 0.62% 0.58% -
HSV(B) 359.1º 0.62% 0.84% -
XYZ 32.24 20.81 10.5 -
YUV 121 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 214 81 83 0 0.62 0.61 0.16 359.1 0.62 0.58
Hex D6 51 53 0 3E 3D 10 167 3E 3A
Octal 326 121 123 0 76 75 20 547 76 72
Binary 11010110 1010001 1010011 0 111110 111101 10000 101100111 111110 111010

Color Harmonies of #D65153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65153

Black with #D65153

Text Example


Text Example

White with #D65153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65153; }

 p { color: rgb(214,81,83); }

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

background-color css

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

 a { background-color: rgb(214,81,83); }

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

border-color css

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

 span { border-color: rgb(214,81,83); }

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