#D83268

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

Shades of Cerise #D83268

Tints of Cerise #D83268

Color information

#D83268 (or 0xD83268) is unknown color: approx Cerise. HEX triplet: D8, 32 and 68. RGB value is (216,50,104). Sum of RGB (Red+Green+Blue) = 216+50+104=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D83268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83268 is #27CD97. Grayscale: #696969. Windows color (decimal): -2608536 or 6828760. OLE color: 6828760.

HSL color Cylindrical-coordinate representation of color #D83268: hue angle of 340.48º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83268 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21650104-
CMYK00.770.520.15
HSL340.48º68.03%52.16%-
HSV(B)340.48º76.85%84.71%-
XYZ31.9617.8814.86-
YUV105.79127206.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.38%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=58.38%
G=13.51%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165010400.770.520.15340.4868.0352.16
HexD8326804D34F1544434
Octal330621500115641752410464
Binary1101100011001011010000100110111010011111010101001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83268; }

 p { color: rgb(216,50,104); }

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

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

 a { background-color: rgb(216,50,104); }

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

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

 span { border-color: rgb(216,50,104); }

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