Html Css Color HEX #D714EA Psychedelic Purple

📋 copy color: '#D714EA'

red 215 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #D714EA

Tints of Psychedelic Purple #D714EA

RGB

 RED value IS 215 (84.38% from 255) = 45.84%

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

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

R = 45.84%
G = 4.26%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D714EA (or 0xD714EA) is known color: Psychedelic Purple. HEX triplet: D7, 14 and EA. RGB value is (215,20,234). Sum of RGB (Red+Green+Blue) = 215+20+234=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D714EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714EA is #28EB15. Grayscale: #666666. Windows color (decimal): -2681622 or 15340759. OLE color: 15340759.

HSL color Cylindrical-coordinate representation of color #D714EA: hue angle of 294.67º 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 #D714EA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 20 234 -
CMYK 0.08 0.91 0 0.08
HSL 294.67º 0.84% 0.5% -
HSV(B) 294.67º 0.91% 0.92% -
XYZ 43.13 20.89 79.6 -
YUV 102.7 202.1 208.1 -
System Red Green Blue C M Y K H S L
Decimal 215 20 234 0.08 0.91 0 0.08 294.67 0.84 0.5
Hex D7 14 EA 8 5B 0 8 127 54 32
Octal 327 24 352 10 133 0 10 447 124 62
Binary 11010111 10100 11101010 1000 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D714EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714EA

Black with #D714EA

Text Example


Text Example

White with #D714EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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