#D93374

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

Shades of Cerise #D93374

Tints of Cerise #D93374

Color information

#D93374 (or 0xD93374) is unknown color: approx Cerise. HEX triplet: D9, 33 and 74. RGB value is (217,51,116). Sum of RGB (Red+Green+Blue) = 217+51+116=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93374 is #26CC8B. Grayscale: #6B6B6B. Windows color (decimal): -2542732 or 7615449. OLE color: 7615449.

HSL color Cylindrical-coordinate representation of color #D93374: hue angle of 336.51º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93374 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21751116-
CMYK00.760.470.15
HSL336.51º68.6%52.55%-
HSV(B)336.51º76.5%85.1%-
XYZ32.9518.3818.33-
YUV108.04132.5205.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=56.51%
G=13.28%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175111600.760.470.15336.5168.652.55
HexD9337404C2FF1514535
Octal331631640114571752110565
Binary1101100111001111101000100110010111111111010100011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93374; }

 p { color: rgb(217,51,116); }

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

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

 a { background-color: rgb(217,51,116); }

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

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

 span { border-color: rgb(217,51,116); }

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