#D223E6

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

Shades of Psychedelic Purple #D223E6

Tints of Psychedelic Purple #D223E6

Color information

#D223E6 (or 0xD223E6) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 23 and E6. RGB value is (210,35,230). Sum of RGB (Red+Green+Blue) = 210+35+230=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #D223E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223E6 is #2DDC19. Grayscale: #6C6C6C. Windows color (decimal): -3005466 or 15082450. OLE color: 15082450.

HSL color Cylindrical-coordinate representation of color #D223E6: hue angle of 293.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D223E6 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21035230-
CMYK0.090.8500.10
HSL293.85º79.59%51.96%-
HSV(B)293.85º84.78%90.2%-
XYZ41.4620.6276.66-
YUV109.56195.98199.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 35 (14.06% from 255) = 7.37%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=44.21%
G=7.37%
B=48.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal210352300.090.8500.10293.8579.5951.96
HexD223E69550A1265034
Octal322433461112501244612064
Binary110100101000111110011010011010101010101001001101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D223E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D223E6; }

 p { color: rgb(210,35,230); }

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

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

 a { background-color: rgb(210,35,230); }

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

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

 span { border-color: rgb(210,35,230); }

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