#D6338D

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

Shades of Deep Cerise #D6338D

Tints of Deep Cerise #D6338D

Color information

#D6338D (or 0xD6338D) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 8D. RGB value is (214,51,141). Sum of RGB (Red+Green+Blue) = 214+51+141=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338D is #29CC72. Grayscale: #6D6D6D. Windows color (decimal): -2739315 or 9253846. OLE color: 9253846.

HSL color Cylindrical-coordinate representation of color #D6338D: hue angle of 326.87º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6338D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21451141-
CMYK00.760.340.16
HSL326.87º66.53%51.96%-
HSV(B)326.87º76.17%83.92%-
XYZ33.7218.5927.01-
YUV110145.5202.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=52.71%
G=12.56%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145114100.760.340.16326.8766.5351.96
HexD6338D04C22101474334
Octal326632150114422050710364
Binary110101101100111000110101001100100010100001010001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6338D; }

 p { color: rgb(214,51,141); }

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

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

 a { background-color: rgb(214,51,141); }

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

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

 span { border-color: rgb(214,51,141); }

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