#D6256C

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

Shades of Cerise #D6256C

Tints of Cerise #D6256C

Color information

#D6256C (or 0xD6256C) is unknown color: approx Cerise. HEX triplet: D6, 25 and 6C. RGB value is (214,37,108). Sum of RGB (Red+Green+Blue) = 214+37+108=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6256C is #29DA93. Grayscale: #616161. Windows color (decimal): -2742932 or 7087574. OLE color: 7087574.

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

Color convert

RGB21437108-
CMYK00.830.500.16
HSL335.93º70.52%49.22%-
HSV(B)335.93º82.71%83.92%-
XYZ31.116.715.77-
YUV98.02133.64210.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.61%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=59.61%
G=10.31%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143710800.830.500.16335.9370.5249.22
HexD6256C05332101504731
Octal326451540123622052010761
Binary11010110100101110110001010011110010100001010100001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6256C; }

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

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

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

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

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

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

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

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