#D65360

Color #D65360 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D65360

Tints of Mandy #D65360

Color information

#D65360 (or 0xD65360) is unknown color: approx Mandy. HEX triplet: D6, 53 and 60. RGB value is (214,83,96). Sum of RGB (Red+Green+Blue) = 214+83+96=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D65360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65360 is #29AC9F. Grayscale: #7B7B7B. Windows color (decimal): -2731168 or 6312918. OLE color: 6312918.

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

Color convert

RGB2148396-
CMYK00.610.550.16
HSL354.05º61.5%58.24%-
HSV(B)354.05º61.21%83.92%-
XYZ32.9421.3313.45-
YUV123.65112.4192.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.45%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=54.45%
G=21.12%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214839600.610.550.16354.0561.558.24
HexD6536003D37101623e3a
Octal32612314007567205427672
Binary1101011010100111100000011110111011110000101100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65360; }

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

 H1.HeaderClassName
 {
   color: #D65360;
 }
 .AnyTagClassName
 {
   color: #D65360;
 }
</style>
background-color css

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

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

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

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

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

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