#D63698

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

Shades of Deep Cerise #D63698

Tints of Deep Cerise #D63698

Color information

#D63698 (or 0xD63698) is unknown color: approx Deep Cerise. HEX triplet: D6, 36 and 98. RGB value is (214,54,152). Sum of RGB (Red+Green+Blue) = 214+54+152=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D63698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63698 is #29C967. Grayscale: #707070. Windows color (decimal): -2738536 or 9975510. OLE color: 9975510.

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

Color convert

RGB21454152-
CMYK00.750.290.16
HSL323.25º66.12%52.55%-
HSV(B)323.25º74.77%83.92%-
XYZ34.7219.231.58-
YUV113.01150.01200.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=50.95%
G=12.86%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145415200.750.290.16323.2566.1252.55
HexD6369804B1D101434235
Octal326662300113352050310265
Binary11010110110110100110000100101111101100001010000111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63698; }

 p { color: rgb(214,54,152); }

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

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

 a { background-color: rgb(214,54,152); }

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

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

 span { border-color: rgb(214,54,152); }

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