#D6255E

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

Shades of Cerise #D6255E

Tints of Cerise #D6255E

Color information

#D6255E (or 0xD6255E) is unknown color: approx Cerise. HEX triplet: D6, 25 and 5E. RGB value is (214,37,94). Sum of RGB (Red+Green+Blue) = 214+37+94=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6255E is #29DAA1. Grayscale: #606060. Windows color (decimal): -2742946 or 6170070. OLE color: 6170070.

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

Color convert

RGB2143794-
CMYK00.830.560.16
HSL340.68º70.52%49.22%-
HSV(B)340.68º82.71%83.92%-
XYZ30.4116.4312.16-
YUV96.42126.64211.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.03%
GREEN value IS 37 (14.84% from 255) = 10.72%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=62.03%
G=10.72%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214379400.830.560.16340.6870.5249.22
HexD6255E05338101554731
Octal326451360123702052510761
Binary11010110100101101111001010011111000100001010101011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6255E; }

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

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

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

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

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

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

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

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