#D93D6D

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

Shades of Cerise #D93D6D

Tints of Cerise #D93D6D

Color information

#D93D6D (or 0xD93D6D) is unknown color: approx Cerise. HEX triplet: D9, 3D and 6D. RGB value is (217,61,109). Sum of RGB (Red+Green+Blue) = 217+61+109=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D6D is #26C292. Grayscale: #717171. Windows color (decimal): -2540179 or 7159257. OLE color: 7159257.

HSL color Cylindrical-coordinate representation of color #D93D6D: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D6D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21761109-
CMYK00.720.500.15
HSL341.54º67.24%54.51%-
HSV(B)341.54º71.89%85.1%-
XYZ33.0419.1916.43-
YUV113.12125.68202.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=56.07%
G=15.76%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176110900.720.500.15341.5467.2454.51
HexD93D6D04832F1564337
Octal331751550110621752610367
Binary1101100111110111011010100100011001011111010101101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93D6D; }

 p { color: rgb(217,61,109); }

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

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

 a { background-color: rgb(217,61,109); }

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

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

 span { border-color: rgb(217,61,109); }

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