#D6255F

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

Shades of Cerise #D6255F

Tints of Cerise #D6255F

Color information

#D6255F (or 0xD6255F) is unknown color: approx Cerise. HEX triplet: D6, 25 and 5F. RGB value is (214,37,95). Sum of RGB (Red+Green+Blue) = 214+37+95=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6255F is #29DAA0. Grayscale: #606060. Windows color (decimal): -2742945 or 6235606. OLE color: 6235606.

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

Color convert

RGB2143795-
CMYK00.830.560.16
HSL340.34º70.52%49.22%-
HSV(B)340.34º82.71%83.92%-
XYZ30.4616.4512.4-
YUV96.54127.14211.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.85%
GREEN value IS 37 (14.84% from 255) = 10.69%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=61.85%
G=10.69%
B=27.46%

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
Decimal214379500.830.560.16340.3470.5249.22
HexD6255F05338101544731
Octal326451370123702052410761
Binary11010110100101101111101010011111000100001010101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6255F; }

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

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

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

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

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

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

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

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