#D52265

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

Shades of Cerise #D52265

Tints of Cerise #D52265

Color information

#D52265 (or 0xD52265) is unknown color: approx Cerise. HEX triplet: D5, 22 and 65. RGB value is (213,34,101). Sum of RGB (Red+Green+Blue) = 213+34+101=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D52265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52265 is #2ADD9A. Grayscale: #5F5F5F. Windows color (decimal): -2809243 or 6628053. OLE color: 6628053.

HSL color Cylindrical-coordinate representation of color #D52265: hue angle of 337.54º 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 #D52265 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21334101-
CMYK00.840.530.16
HSL337.54º72.47%48.43%-
HSV(B)337.54º84.04%83.53%-
XYZ30.3616.2313.84-
YUV95.16131.3212.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.21%
GREEN value IS 34 (13.67% from 255) = 9.77%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=61.21%
G=9.77%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133410100.840.530.16337.5472.4748.43
HexD5226505435101524830
Octal325421450124652052211060
Binary11010101100010110010101010100110101100001010100101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52265; }

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

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

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

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

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

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

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

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