#D93F69

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

Shades of Cerise #D93F69

Tints of Cerise #D93F69

Color information

#D93F69 (or 0xD93F69) is unknown color: approx Cerise. HEX triplet: D9, 3F and 69. RGB value is (217,63,105). Sum of RGB (Red+Green+Blue) = 217+63+105=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F69 is #26C096. Grayscale: #717171. Windows color (decimal): -2539671 or 6897625. OLE color: 6897625.

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

Color convert

RGB21763105-
CMYK00.710.520.15
HSL343.64º66.96%54.9%-
HSV(B)343.64º70.97%85.1%-
XYZ32.9419.3315.36-
YUV113.83123.02201.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=56.36%
G=16.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176310500.710.520.15343.6466.9654.9
HexD93F6904734F1584337
Octal331771510107641753010367
Binary1101100111111111010010100011111010011111010110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F69; }

 p { color: rgb(217,63,105); }

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

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

 a { background-color: rgb(217,63,105); }

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

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

 span { border-color: rgb(217,63,105); }

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