#D6366A

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

Shades of Cerise #D6366A

Tints of Cerise #D6366A

Color information

#D6366A (or 0xD6366A) is unknown color: approx Cerise. HEX triplet: D6, 36 and 6A. RGB value is (214,54,106). Sum of RGB (Red+Green+Blue) = 214+54+106=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6366A is #29C995. Grayscale: #6B6B6B. Windows color (decimal): -2738582 or 6960854. OLE color: 6960854.

HSL color Cylindrical-coordinate representation of color #D6366A: hue angle of 340.5º 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 #D6366A is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21454106-
CMYK00.750.500.16
HSL340.5º66.12%52.55%-
HSV(B)340.5º74.77%83.92%-
XYZ31.6517.9815.44-
YUV107.77127.01203.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=57.22%
G=14.44%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145410600.750.500.16340.566.1252.55
HexD6366A04B32101544235
Octal326661520113622052410265
Binary11010110110110110101001001011110010100001010101001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6366A; }

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

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

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

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

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

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

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

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