Html Css Color HEX #D716ED Psychedelic Purple

📋 copy color: '#D716ED'

red 215 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D716ED

Tints of Psychedelic Purple #D716ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.64%

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

R = 45.36%
G = 4.64%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D716ED (or 0xD716ED) is known color: Psychedelic Purple. HEX triplet: D7, 16 and ED. RGB value is (215,22,237). Sum of RGB (Red+Green+Blue) = 215+22+237=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #D716ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D716ED is #28E912. Grayscale: #676767. Windows color (decimal): -2681107 or 15537879. OLE color: 15537879.

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

Color convert

RGB 215 22 237 -
CMYK 0.09 0.91 0 0.07
HSL 293.86º 0.86% 0.51% -
HSV(B) 293.86º 0.91% 0.93% -
XYZ 43.6 21.14 81.9 -
YUV 104.22 202.94 207.02 -
System Red Green Blue C M Y K H S L
Decimal 215 22 237 0.09 0.91 0 0.07 293.86 0.86 0.51
Hex D7 16 ED 9 5B 0 7 126 56 33
Octal 327 26 355 11 133 0 7 446 126 63
Binary 11010111 10110 11101101 1001 1011011 0 111 100100110 1010110 110011

Color Harmonies of #D716ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716ED

Black with #D716ED

Text Example


Text Example

White with #D716ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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