#D634A3

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

Shades of Deep Cerise #D634A3

Tints of Deep Cerise #D634A3

Color information

#D634A3 (or 0xD634A3) is unknown color: approx Deep Cerise. HEX triplet: D6, 34 and A3. RGB value is (214,52,163). Sum of RGB (Red+Green+Blue) = 214+52+163=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D634A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D634A3 is #29CB5C. Grayscale: #707070. Windows color (decimal): -2739037 or 10695894. OLE color: 10695894.

HSL color Cylindrical-coordinate representation of color #D634A3: hue angle of 318.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D634A3 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21452163-
CMYK00.760.240.16
HSL318.89º66.39%52.16%-
HSV(B)318.89º75.7%83.92%-
XYZ35.5719.436.52-
YUV113.09156.17199.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 52 (20.70% from 255) = 12.12%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=49.88%
G=12.12%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145216300.760.240.16318.8966.3952.16
HexD634A304C181013f4234
Octal326642430114302047710264
Binary11010110110100101000110100110011000100001001111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D634A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D634A3; }

 p { color: rgb(214,52,163); }

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

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

 a { background-color: rgb(214,52,163); }

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

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

 span { border-color: rgb(214,52,163); }

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