#d62b7f

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

Shades of Deep Cerise #D62B7F

Tints of Deep Cerise #D62B7F

Color information

#D62B7F (or 0xD62B7F) is unknown color: approx Deep Cerise. HEX triplet: D6, 2B and 7F. RGB value is (214,43,127). Sum of RGB (Red+Green+Blue) = 214+43+127=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B7F is #29D480. Grayscale: #676767. Windows color (decimal): -2741377 or 8334294. OLE color: 8334294.

HSL color Cylindrical-coordinate representation of color #D62B7F: hue angle of 330.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B7F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21443127-
CMYK00.800.410.16
HSL330.53º67.59%50.39%-
HSV(B)330.53º79.91%83.92%-
XYZ32.4317.5621.76-
YUV103.7141.15206.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 127 (50% from 255) = 33.07%
R=55.73%
G=11.20%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144312700.800.410.16330.5367.5950.39
HexD62B7F050291014b4432
Octal326531770120512051310462
Binary11010110101011111111101010000101001100001010010111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d62b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d62b7f; }

 p { color: rgb(214,43,127); }

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

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

 a { background-color: rgb(214,43,127); }

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

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

 span { border-color: rgb(214,43,127); }

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