Html Css Color HEX #D65163 Mandy

📋 copy color: '#D65163'

red 214 ◦ green 81 ◦ blue 99

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

Shades of Mandy #D65163

Tints of Mandy #D65163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.13%

R = 54.31%
G = 20.56%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D65163 (or 0xD65163) is known color: Mandy. HEX triplet: D6, 51 and 63. RGB value is (214,81,99). Sum of RGB (Red+Green+Blue) = 214+81+99=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D65163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65163 is #29AE9C. Grayscale: #7A7A7A. Windows color (decimal): -2731677 or 6509014. OLE color: 6509014.

HSL color Cylindrical-coordinate representation of color #D65163: hue angle of 351.88º 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 #D65163 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 99 -
CMYK 0 0.62 0.54 0.16
HSL 351.88º 0.62% 0.58% -
HSV(B) 351.88º 0.62% 0.84% -
XYZ 32.93 21.08 14.14 -
YUV 122.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 214 81 99 0 0.62 0.54 0.16 351.88 0.62 0.58
Hex D6 51 63 0 3E 36 10 160 3E 3A
Octal 326 121 143 0 76 66 20 540 76 72
Binary 11010110 1010001 1100011 0 111110 110110 10000 101100000 111110 111010

Color Harmonies of #D65163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65163

Black with #D65163

Text Example


Text Example

White with #D65163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65163; }

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

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

background-color css

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

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

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

border-color css

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

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

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