#D52294

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

Shades of Deep Cerise #D52294

Tints of Deep Cerise #D52294

Color information

#D52294 (or 0xD52294) is unknown color: approx Deep Cerise. HEX triplet: D5, 22 and 94. RGB value is (213,34,148). Sum of RGB (Red+Green+Blue) = 213+34+148=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D52294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52294 is #2ADD6B. Grayscale: #646464. Windows color (decimal): -2809196 or 9708245. OLE color: 9708245.

HSL color Cylindrical-coordinate representation of color #D52294: hue angle of 321.79º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52294 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21334148-
CMYK00.840.310.16
HSL321.79º72.47%48.43%-
HSV(B)321.79º84.04%83.53%-
XYZ33.3617.4329.62-
YUV100.52154.8208.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 34 (13.67% from 255) = 8.61%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=53.92%
G=8.61%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133414800.840.310.16321.7972.4748.43
HexD522940541F101424830
Octal325422240124372050211060
Binary11010101100010100101000101010011111100001010000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52294; }

 p { color: rgb(213,34,148); }

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

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

 a { background-color: rgb(213,34,148); }

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

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

 span { border-color: rgb(213,34,148); }

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