#D52767

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

Shades of Cerise #D52767

Tints of Cerise #D52767

Color information

#D52767 (or 0xD52767) is unknown color: approx Cerise. HEX triplet: D5, 27 and 67. RGB value is (213,39,103). Sum of RGB (Red+Green+Blue) = 213+39+103=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D52767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52767 is #2AD898. Grayscale: #626262. Windows color (decimal): -2807961 or 6760405. OLE color: 6760405.

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

Color convert

RGB21339103-
CMYK00.820.520.16
HSL337.93º69.05%49.41%-
HSV(B)337.93º81.69%83.53%-
XYZ30.6116.5814.42-
YUV98.32130.65209.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=60%
G=10.99%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133910300.820.520.16337.9369.0549.41
HexD5276705234101524531
Octal325471470122642052210561
Binary11010101100111110011101010010110100100001010100101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52767; }

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

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

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

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

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

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

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

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