#D5306C

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

Shades of Cerise #D5306C

Tints of Cerise #D5306C

Color information

#D5306C (or 0xD5306C) is unknown color: approx Cerise. HEX triplet: D5, 30 and 6C. RGB value is (213,48,108). Sum of RGB (Red+Green+Blue) = 213+48+108=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5306C is #2ACF93. Grayscale: #686868. Windows color (decimal): -2805652 or 7090389. OLE color: 7090389.

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

Color convert

RGB21348108-
CMYK00.770.490.16
HSL338.18º66.27%51.18%-
HSV(B)338.18º77.46%83.53%-
XYZ31.217.3415.89-
YUV104.18130.16205.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 48 (19.14% from 255) = 13.01%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=57.72%
G=13.01%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134810800.770.490.16338.1866.2751.18
HexD5306C04D31101524233
Octal325601540115612052210263
Binary11010101110000110110001001101110001100001010100101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5306C; }

 p { color: rgb(213,48,108); }

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

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

 a { background-color: rgb(213,48,108); }

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

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

 span { border-color: rgb(213,48,108); }

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