#D52E67

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

Shades of Cerise #D52E67

Tints of Cerise #D52E67

Color information

#D52E67 (or 0xD52E67) is unknown color: approx Cerise. HEX triplet: D5, 2E and 67. RGB value is (213,46,103). Sum of RGB (Red+Green+Blue) = 213+46+103=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E67 is #2AD198. Grayscale: #666666. Windows color (decimal): -2806169 or 6762197. OLE color: 6762197.

HSL color Cylindrical-coordinate representation of color #D52E67: hue angle of 339.52º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E67 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21346103-
CMYK00.780.520.16
HSL339.52º66.53%50.78%-
HSV(B)339.52º78.4%83.53%-
XYZ30.8717.0814.5-
YUV102.43128.33206.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=58.84%
G=12.71%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134610300.780.520.16339.5266.5350.78
HexD52E6704E34101544333
Octal325561470116642052410363
Binary11010101101110110011101001110110100100001010101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E67; }

 p { color: rgb(213,46,103); }

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

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

 a { background-color: rgb(213,46,103); }

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

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

 span { border-color: rgb(213,46,103); }

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