Html Css Color HEX #D914EA Psychedelic Purple

📋 copy color: '#D914EA'

red 217 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #D914EA

Tints of Psychedelic Purple #D914EA

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

 GREEN value IS 20 (8.2% from 255) = 4.25%

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 46.07%
G = 4.25%
B = 49.68%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D914EA (or 0xD914EA) is known color: Psychedelic Purple. HEX triplet: D9, 14 and EA. RGB value is (217,20,234). Sum of RGB (Red+Green+Blue) = 217+20+234=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #D914EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D914EA is #26EB15. Grayscale: #666666. Windows color (decimal): -2550550 or 15340761. OLE color: 15340761.

HSL color Cylindrical-coordinate representation of color #D914EA: hue angle of 295.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914EA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 20 234 -
CMYK 0.07 0.91 0 0.08
HSL 295.23º 0.84% 0.5% -
HSV(B) 295.23º 0.91% 0.92% -
XYZ 43.72 21.19 79.63 -
YUV 103.3 201.77 209.1 -
System Red Green Blue C M Y K H S L
Decimal 217 20 234 0.07 0.91 0 0.08 295.23 0.84 0.5
Hex D9 14 EA 7 5B 0 8 127 54 32
Octal 331 24 352 7 133 0 10 447 124 62
Binary 11011001 10100 11101010 111 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D914EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D914EA

Black with #D914EA

Text Example


Text Example

White with #D914EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D914EA; }

 p { color: rgb(217,20,234); }

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

background-color css

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

 a { background-color: rgb(217,20,234); }

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

border-color css

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

 span { border-color: rgb(217,20,234); }

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