#D23068

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

Shades of Cerise #D23068

Tints of Cerise #D23068

Color information

#D23068 (or 0xD23068) is unknown color: approx Cerise. HEX triplet: D2, 30 and 68. RGB value is (210,48,104). Sum of RGB (Red+Green+Blue) = 210+48+104=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23068 is #2DCF97. Grayscale: #666666. Windows color (decimal): -3002264 or 6828242. OLE color: 6828242.

HSL color Cylindrical-coordinate representation of color #D23068: hue angle of 339.26º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23068 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB21048104-
CMYK00.770.500.18
HSL339.26º64.29%50.59%-
HSV(B)339.26º77.14%82.35%-
XYZ30.1316.8214.75-
YUV102.82128.67204.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.01%
GREEN value IS 48 (19.14% from 255) = 13.26%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=58.01%
G=13.26%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104810400.770.500.18339.2664.2950.59
HexD2306804D32121534033
Octal322601500115622252310063
Binary11010010110000110100001001101110010100101010100111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23068; }

 p { color: rgb(210,48,104); }

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

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

 a { background-color: rgb(210,48,104); }

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

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

 span { border-color: rgb(210,48,104); }

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