#D3268A

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

Shades of Deep Cerise #D3268A

Tints of Deep Cerise #D3268A

Color information

#D3268A (or 0xD3268A) is unknown color: approx Deep Cerise. HEX triplet: D3, 26 and 8A. RGB value is (211,38,138). Sum of RGB (Red+Green+Blue) = 211+38+138=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3268A is #2CD975. Grayscale: #646464. Windows color (decimal): -2939254 or 9053907. OLE color: 9053907.

HSL color Cylindrical-coordinate representation of color #D3268A: hue angle of 325.32º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3268A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB21138138-
CMYK00.820.350.17
HSL325.32º69.48%48.82%-
HSV(B)325.32º81.99%82.75%-
XYZ32.1417.0725.65-
YUV101.13148.81206.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.52%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=54.52%
G=9.82%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113813800.820.350.17325.3269.4848.82
HexD3268A05223111454531
Octal323462120122432150510561
Binary110100111001101000101001010010100011100011010001011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3268A; }

 p { color: rgb(211,38,138); }

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

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

 a { background-color: rgb(211,38,138); }

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

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

 span { border-color: rgb(211,38,138); }

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