#D6266C

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

Shades of Cerise #D6266C

Tints of Cerise #D6266C

Color information

#D6266C (or 0xD6266C) is unknown color: approx Cerise. HEX triplet: D6, 26 and 6C. RGB value is (214,38,108). Sum of RGB (Red+Green+Blue) = 214+38+108=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6266C is #29D993. Grayscale: #626262. Windows color (decimal): -2742676 or 7087830. OLE color: 7087830.

HSL color Cylindrical-coordinate representation of color #D6266C: hue angle of 336.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6266C is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21438108-
CMYK00.820.500.16
HSL336.14º69.84%49.41%-
HSV(B)336.14º82.24%83.92%-
XYZ31.1316.7715.78-
YUV98.6133.31210.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.44%
GREEN value IS 38 (15.23% from 255) = 10.56%
BLUE value IS 108 (42.58% from 255) = 30%
R=59.44%
G=10.56%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143810800.820.500.16336.1469.8449.41
HexD6266C05232101504631
Octal326461540122622052010661
Binary11010110100110110110001010010110010100001010100001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6266C; }

 p { color: rgb(214,38,108); }

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

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

 a { background-color: rgb(214,38,108); }

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

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

 span { border-color: rgb(214,38,108); }

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