Html Css Color HEX #D716FF Psychedelic Purple

📋 copy color: '#D716FF'

red 215 ◦ green 22 ◦ blue 255

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

Shades of Psychedelic Purple #D716FF

Tints of Psychedelic Purple #D716FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 43.7%
G = 4.47%
B = 51.83%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D716FF (or 0xD716FF) is known color: Psychedelic Purple. HEX triplet: D7, 16 and FF. RGB value is (215,22,255). Sum of RGB (Red+Green+Blue) = 215+22+255=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #D716FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D716FF is #28E900. Grayscale: #696969. Windows color (decimal): -2681089 or 16717527. OLE color: 16717527.

HSL color Cylindrical-coordinate representation of color #D716FF: hue angle of 289.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D716FF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 22 255 -
CMYK 0.16 0.91 0 0
HSL 289.7º 1% 0.54% -
HSV(B) 289.7º 0.91% 1% -
XYZ 46.36 22.24 96.46 -
YUV 106.27 211.94 205.55 -
System Red Green Blue C M Y K H S L
Decimal 215 22 255 0.16 0.91 0 0 289.7 1 0.54
Hex D7 16 FF 10 5B 0 0 122 64 36
Octal 327 26 377 20 133 0 0 442 144 66
Binary 11010111 10110 11111111 10000 1011011 0 0 100100010 1100100 110110

Color Harmonies of #D716FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716FF

Black with #D716FF

Text Example


Text Example

White with #D716FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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