#D71F7A

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

Shades of Deep Cerise #D71F7A

Tints of Deep Cerise #D71F7A

Color information

#D71F7A (or 0xD71F7A) is unknown color: approx Deep Cerise. HEX triplet: D7, 1F and 7A. RGB value is (215,31,122). Sum of RGB (Red+Green+Blue) = 215+31+122=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F7A is #28E085. Grayscale: #606060. Windows color (decimal): -2678918 or 8003543. OLE color: 8003543.

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

Color convert

RGB21531122-
CMYK00.860.430.16
HSL330.33º74.8%48.24%-
HSV(B)330.33º85.58%84.31%-
XYZ32.0316.8319.97-
YUV96.39142.46212.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.42%
GREEN value IS 31 (12.5% from 255) = 8.42%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=58.42%
G=8.42%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153112200.860.430.16330.3374.848.24
HexD71F7A0562B1014a4b30
Octal327371720126532051211360
Binary1101011111111111101001010110101011100001010010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71F7A; }

 p { color: rgb(215,31,122); }

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

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

 a { background-color: rgb(215,31,122); }

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

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

 span { border-color: rgb(215,31,122); }

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