Html Css Color HEX #D023EC Psychedelic Purple

📋 copy color: '#D023EC'

red 208 ◦ green 35 ◦ blue 236

#D023EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D023EC

Tints of Psychedelic Purple #D023EC

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

 GREEN value IS 35 (14.06% from 255) = 7.31%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 43.42%
G = 7.31%
B = 49.27%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D023EC (or 0xD023EC) is known color: Psychedelic Purple. HEX triplet: D0, 23 and EC. RGB value is (208,35,236). Sum of RGB (Red+Green+Blue) = 208+35+236=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #D023EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D023EC is #2FDC13. Grayscale: #6D6D6D. Windows color (decimal): -3136532 or 15475664. OLE color: 15475664.

HSL color Cylindrical-coordinate representation of color #D023EC: hue angle of 291.64º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D023EC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 35 236 -
CMYK 0.12 0.85 0 0.07
HSL 291.64º 0.84% 0.53% -
HSV(B) 291.64º 0.85% 0.93% -
XYZ 41.75 20.67 81.15 -
YUV 109.64 199.31 198.16 -
System Red Green Blue C M Y K H S L
Decimal 208 35 236 0.12 0.85 0 0.07 291.64 0.84 0.53
Hex D0 23 EC C 55 0 7 124 54 35
Octal 320 43 354 14 125 0 7 444 124 65
Binary 11010000 100011 11101100 1100 1010101 0 111 100100100 1010100 110101

Color Harmonies of #D023EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023EC

Black with #D023EC

Text Example


Text Example

White with #D023EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023EC; }

 p { color: rgb(208,35,236); }

 H1.HeaderClassName
 {
   color: #D023EC;
 }
 .AnyTagClassName
 {
   color: #D023EC;
 }
</style>

background-color css

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

 a { background-color: rgb(208,35,236); }

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

border-color css

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

 span { border-color: rgb(208,35,236); }

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