#2D10DE

Color #2D10DE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2D10DE

Tints of Han Purple #2D10DE

Color information

#2D10DE (or 0x2D10DE) is unknown color: approx Han Purple. HEX triplet: 2D, 10 and DE. RGB value is (45,16,222). Sum of RGB (Red+Green+Blue) = 45+16+222=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D10DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10DE is #D2EF21. Grayscale: #2F2F2F. Windows color (decimal): -13823778 or 14553133. OLE color: 14553133.

HSL color Cylindrical-coordinate representation of color #2D10DE: hue angle of 248.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D10DE is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4516222-
CMYK0.800.9300.13
HSL248.45º86.55%46.67%-
HSV(B)248.45º92.79%87.06%-
XYZ14.456.269.54-
YUV48.16226.11125.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.90%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 222 (87.11% from 255) = 78.45%
R=15.90%
G=5.65%
B=78.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal45162220.800.9300.13248.4586.5546.67
Hex2D10DE505D0Df8572f
Octal552033612013501537012757
Binary10110110000110111101010000101110101101111110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D10DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D10DE; }

 p { color: rgb(45,16,222); }

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

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

 a { background-color: rgb(45,16,222); }

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

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

 span { border-color: rgb(45,16,222); }

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