#d6329a

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

Shades of Deep Cerise #D6329A

Tints of Deep Cerise #D6329A

Color information

#D6329A (or 0xD6329A) is unknown color: approx Deep Cerise. HEX triplet: D6, 32 and 9A. RGB value is (214,50,154). Sum of RGB (Red+Green+Blue) = 214+50+154=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6329A is #29CD65. Grayscale: #6E6E6E. Windows color (decimal): -2739558 or 10105558. OLE color: 10105558.

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

Color convert

RGB21450154-
CMYK00.770.280.16
HSL321.95º66.67%51.76%-
HSV(B)321.95º76.64%83.92%-
XYZ34.718.9132.39-
YUV110.89152.33201.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 50 (19.92% from 255) = 11.96%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=51.20%
G=11.96%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145015400.770.280.16321.9566.6751.76
HexD6329A04D1C101424334
Octal326622320115342050210364
Binary11010110110010100110100100110111100100001010000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6329a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6329a; }

 p { color: rgb(214,50,154); }

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

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

 a { background-color: rgb(214,50,154); }

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

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

 span { border-color: rgb(214,50,154); }

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