#D6398A

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

Shades of Deep Cerise #D6398A

Tints of Deep Cerise #D6398A

Color information

#D6398A (or 0xD6398A) is unknown color: approx Deep Cerise. HEX triplet: D6, 39 and 8A. RGB value is (214,57,138). Sum of RGB (Red+Green+Blue) = 214+57+138=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6398A is #29C675. Grayscale: #717171. Windows color (decimal): -2737782 or 9058774. OLE color: 9058774.

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

Color convert

RGB21457138-
CMYK00.730.360.16
HSL329.04º65.69%53.14%-
HSV(B)329.04º73.36%83.92%-
XYZ33.7819.0625.94-
YUV113.18142.01199.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=52.32%
G=13.94%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145713800.730.360.16329.0465.6953.14
HexD6398A04924101494235
Octal326712120111442051110265
Binary110101101110011000101001001001100100100001010010011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6398A; }

 p { color: rgb(214,57,138); }

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

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

 a { background-color: rgb(214,57,138); }

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

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

 span { border-color: rgb(214,57,138); }

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