Html Css Color HEX #D65062 Mandy

📋 copy color: '#D65062'

red 214 ◦ green 80 ◦ blue 98

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

Shades of Mandy #D65062

Tints of Mandy #D65062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 54.59%
G = 20.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D65062 (or 0xD65062) is known color: Mandy. HEX triplet: D6, 50 and 62. RGB value is (214,80,98). Sum of RGB (Red+Green+Blue) = 214+80+98=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65062 is #29AF9D. Grayscale: #7A7A7A. Windows color (decimal): -2731934 or 6443222. OLE color: 6443222.

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

Color convert

RGB 214 80 98 -
CMYK 0 0.63 0.54 0.16
HSL 351.94º 0.62% 0.58% -
HSV(B) 351.94º 0.63% 0.84% -
XYZ 32.8 20.92 13.86 -
YUV 122.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 214 80 98 0 0.63 0.54 0.16 351.94 0.62 0.58
Hex D6 50 62 0 3F 36 10 160 3E 3A
Octal 326 120 142 0 77 66 20 540 76 72
Binary 11010110 1010000 1100010 0 111111 110110 10000 101100000 111110 111010

Color Harmonies of #D65062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65062

Black with #D65062

Text Example


Text Example

White with #D65062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65062; }

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

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

background-color css

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

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

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

border-color css

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

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

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