#D7266F

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

Shades of Cerise #D7266F

Tints of Cerise #D7266F

Color information

#D7266F (or 0xD7266F) is unknown color: approx Cerise. HEX triplet: D7, 26 and 6F. RGB value is (215,38,111). Sum of RGB (Red+Green+Blue) = 215+38+111=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7266F is #28D990. Grayscale: #636363. Windows color (decimal): -2677137 or 7284439. OLE color: 7284439.

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

Color convert

RGB21538111-
CMYK00.820.480.16
HSL335.25º69.96%49.61%-
HSV(B)335.25º82.33%84.31%-
XYZ31.5916.9816.65-
YUV99.24134.64210.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.07%
GREEN value IS 38 (15.23% from 255) = 10.44%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=59.07%
G=10.44%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153811100.820.480.16335.2569.9649.61
HexD7266F052301014f4632
Octal327461570122602051710662
Binary11010111100110110111101010010110000100001010011111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7266F; }

 p { color: rgb(215,38,111); }

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

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

 a { background-color: rgb(215,38,111); }

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

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

 span { border-color: rgb(215,38,111); }

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