Html Css Color HEX #D65256 Mandy

📋 copy color: '#D65256'

red 214 ◦ green 82 ◦ blue 86

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

Shades of Mandy #D65256

Tints of Mandy #D65256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 86 (33.98% from 255) = 22.51%

R = 56.02%
G = 21.47%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65256 (or 0xD65256) is known color: Mandy. HEX triplet: D6, 52 and 56. RGB value is (214,82,86). Sum of RGB (Red+Green+Blue) = 214+82+86=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65256 is #29ADA9. Grayscale: #7A7A7A. Windows color (decimal): -2731434 or 5657302. OLE color: 5657302.

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

Color convert

RGB 214 82 86 -
CMYK 0 0.62 0.60 0.16
HSL 358.18º 0.62% 0.58% -
HSV(B) 358.18º 0.62% 0.84% -
XYZ 32.43 21 11.15 -
YUV 121.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 214 82 86 0 0.62 0.60 0.16 358.18 0.62 0.58
Hex D6 52 56 0 3E 3C 10 166 3E 3A
Octal 326 122 126 0 76 74 20 546 76 72
Binary 11010110 1010010 1010110 0 111110 111100 10000 101100110 111110 111010

Color Harmonies of #D65256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65256

Black with #D65256

Text Example


Text Example

White with #D65256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65256; }

 p { color: rgb(214,82,86); }

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

background-color css

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

 a { background-color: rgb(214,82,86); }

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

border-color css

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

 span { border-color: rgb(214,82,86); }

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