#D93B69

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

Shades of Cerise #D93B69

Tints of Cerise #D93B69

Color information

#D93B69 (or 0xD93B69) is unknown color: approx Cerise. HEX triplet: D9, 3B and 69. RGB value is (217,59,105). Sum of RGB (Red+Green+Blue) = 217+59+105=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B69 is #26C496. Grayscale: #6F6F6F. Windows color (decimal): -2540695 or 6896601. OLE color: 6896601.

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

Color convert

RGB21759105-
CMYK00.730.520.15
HSL342.53º67.52%54.12%-
HSV(B)342.53º72.81%85.1%-
XYZ32.7318.915.29-
YUV111.49124.35203.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.96%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=56.96%
G=15.49%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175910500.730.520.15342.5367.5254.12
HexD93B6904934F1574436
Octal331731510111641752710466
Binary1101100111101111010010100100111010011111010101111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B69; }

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

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

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

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

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

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

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

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