#D624A5

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

Shades of Deep Cerise #D624A5

Tints of Deep Cerise #D624A5

Color information

#D624A5 (or 0xD624A5) is unknown color: approx Deep Cerise. HEX triplet: D6, 24 and A5. RGB value is (214,36,165). Sum of RGB (Red+Green+Blue) = 214+36+165=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D624A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624A5 is #29DB5A. Grayscale: #676767. Windows color (decimal): -2743131 or 10822870. OLE color: 10822870.

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

Color convert

RGB21436165-
CMYK00.830.230.16
HSL316.52º71.2%49.02%-
HSV(B)316.52º83.18%83.92%-
XYZ35.1518.2737.27-
YUV103.93162.47206.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 36 (14.45% from 255) = 8.67%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=51.57%
G=8.67%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143616500.830.230.16316.5271.249.02
HexD624A5053171013d4731
Octal326442450123272047510761
Binary11010110100100101001010101001110111100001001111011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D624A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D624A5; }

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

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

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

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

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

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

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

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