#D62DA5

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

Shades of Deep Cerise #D62DA5

Tints of Deep Cerise #D62DA5

Color information

#D62DA5 (or 0xD62DA5) is unknown color: approx Deep Cerise. HEX triplet: D6, 2D and A5. RGB value is (214,45,165). Sum of RGB (Red+Green+Blue) = 214+45+165=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA5 is #29D25A. Grayscale: #6C6C6C. Windows color (decimal): -2740827 or 10825174. OLE color: 10825174.

HSL color Cylindrical-coordinate representation of color #D62DA5: hue angle of 317.4º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DA5 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21445165-
CMYK00.790.230.16
HSL317.4º67.33%50.78%-
HSV(B)317.4º78.97%83.92%-
XYZ35.4618.8937.37-
YUV109.21159.49202.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 45 (17.97% from 255) = 10.61%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=50.47%
G=10.61%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144516500.790.230.16317.467.3350.78
HexD62DA504F171013d4333
Octal326552450117272047510363
Binary11010110101101101001010100111110111100001001111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62DA5; }

 p { color: rgb(214,45,165); }

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

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

 a { background-color: rgb(214,45,165); }

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

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

 span { border-color: rgb(214,45,165); }

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