Html Css Color HEX #D027EC Psychedelic Purple

📋 copy color: '#D027EC'

red 208 ◦ green 39 ◦ blue 236

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

Shades of Psychedelic Purple #D027EC

Tints of Psychedelic Purple #D027EC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.07%

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

R = 43.06%
G = 8.07%
B = 48.86%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D027EC (or 0xD027EC) is known color: Psychedelic Purple. HEX triplet: D0, 27 and EC. RGB value is (208,39,236). Sum of RGB (Red+Green+Blue) = 208+39+236=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #D027EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027EC is #2FD813. Grayscale: #6F6F6F. Windows color (decimal): -3135508 or 15476688. OLE color: 15476688.

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

Color convert

RGB 208 39 236 -
CMYK 0.12 0.83 0 0.07
HSL 291.47º 0.84% 0.54% -
HSV(B) 291.47º 0.83% 0.93% -
XYZ 41.88 20.92 81.19 -
YUV 111.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 208 39 236 0.12 0.83 0 0.07 291.47 0.84 0.54
Hex D0 27 EC C 53 0 7 123 54 36
Octal 320 47 354 14 123 0 7 443 124 66
Binary 11010000 100111 11101100 1100 1010011 0 111 100100011 1010100 110110

Color Harmonies of #D027EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027EC

Black with #D027EC

Text Example


Text Example

White with #D027EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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