Html Css Color HEX #D014ED Psychedelic Purple

📋 copy color: '#D014ED'

red 208 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #D014ED

Tints of Psychedelic Purple #D014ED

RGB

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

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

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

R = 44.73%
G = 4.3%
B = 50.97%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D014ED (or 0xD014ED) is known color: Psychedelic Purple. HEX triplet: D0, 14 and ED. RGB value is (208,20,237). Sum of RGB (Red+Green+Blue) = 208+20+237=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #D014ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014ED is #2FEB12. Grayscale: #646464. Windows color (decimal): -3140371 or 15537360. OLE color: 15537360.

HSL color Cylindrical-coordinate representation of color #D014ED: hue angle of 291.98º 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 #D014ED is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 20 237 -
CMYK 0.12 0.92 0 0.07
HSL 291.98º 0.86% 0.5% -
HSV(B) 291.98º 0.92% 0.93% -
XYZ 41.55 20.02 81.8 -
YUV 100.95 204.78 204.36 -
System Red Green Blue C M Y K H S L
Decimal 208 20 237 0.12 0.92 0 0.07 291.98 0.86 0.5
Hex D0 14 ED C 5C 0 7 124 56 32
Octal 320 24 355 14 134 0 7 444 126 62
Binary 11010000 10100 11101101 1100 1011100 0 111 100100100 1010110 110010

Color Harmonies of #D014ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014ED

Black with #D014ED

Text Example


Text Example

White with #D014ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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