#D6256E

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

Shades of Cerise #D6256E

Tints of Cerise #D6256E

Color information

#D6256E (or 0xD6256E) is unknown color: approx Cerise. HEX triplet: D6, 25 and 6E. RGB value is (214,37,110). Sum of RGB (Red+Green+Blue) = 214+37+110=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6256E is #29DA91. Grayscale: #626262. Windows color (decimal): -2742930 or 7218646. OLE color: 7218646.

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

Color convert

RGB21437110-
CMYK00.830.490.16
HSL335.25º70.52%49.22%-
HSV(B)335.25º82.71%83.92%-
XYZ31.2116.7516.34-
YUV98.24134.64210.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 37 (14.84% from 255) = 10.25%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=59.28%
G=10.25%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143711000.830.490.16335.2570.5249.22
HexD6256E053311014f4731
Octal326451560123612051710761
Binary11010110100101110111001010011110001100001010011111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6256E; }

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

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

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

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

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

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

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

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