Html Css Color HEX #D714ED Psychedelic Purple

📋 copy color: '#D714ED'

red 215 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #D714ED

Tints of Psychedelic Purple #D714ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 45.55%
G = 4.24%
B = 50.21%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D714ED (or 0xD714ED) is known color: Psychedelic Purple. HEX triplet: D7, 14 and ED. RGB value is (215,20,237). Sum of RGB (Red+Green+Blue) = 215+20+237=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D714ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714ED is #28EB12. Grayscale: #666666. Windows color (decimal): -2681619 or 15537367. OLE color: 15537367.

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

Color convert

RGB 215 20 237 -
CMYK 0.09 0.92 0 0.07
HSL 293.92º 0.86% 0.5% -
HSV(B) 293.92º 0.92% 0.93% -
XYZ 43.56 21.06 81.89 -
YUV 103.04 203.6 207.86 -
System Red Green Blue C M Y K H S L
Decimal 215 20 237 0.09 0.92 0 0.07 293.92 0.86 0.5
Hex D7 14 ED 9 5C 0 7 126 56 32
Octal 327 24 355 11 134 0 7 446 126 62
Binary 11010111 10100 11101101 1001 1011100 0 111 100100110 1010110 110010

Color Harmonies of #D714ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714ED

Black with #D714ED

Text Example


Text Example

White with #D714ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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