Html Css Color HEX #D701E7 Psychedelic Purple

📋 copy color: '#D701E7'

red 215 ◦ green 1 ◦ blue 231

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

Shades of Psychedelic Purple #D701E7

Tints of Psychedelic Purple #D701E7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 48.1%
G = 0.22%
B = 51.68%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D701E7 (or 0xD701E7) is known color: Psychedelic Purple. HEX triplet: D7, 01 and E7. RGB value is (215,1,231). Sum of RGB (Red+Green+Blue) = 215+1+231=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #D701E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D701E7 is #28FE18. Grayscale: #5A5A5A. Windows color (decimal): -2686489 or 15139287. OLE color: 15139287.

HSL color Cylindrical-coordinate representation of color #D701E7: hue angle of 295.83º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701E7 is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 1 231 -
CMYK 0.07 1.00 0 0.09
HSL 295.83º 0.99% 0.45% -
HSV(B) 295.83º 1% 0.91% -
XYZ 42.46 20.24 77.27 -
YUV 91.21 206.9 216.3 -
System Red Green Blue C M Y K H S L
Decimal 215 1 231 0.07 1.00 0 0.09 295.83 0.99 0.45
Hex D7 1 E7 7 64 0 9 128 63 2D
Octal 327 1 347 7 144 0 11 450 143 55
Binary 11010111 1 11100111 111 1100100 0 1001 100101000 1100011 101101

Color Harmonies of #D701E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701E7

Black with #D701E7

Text Example


Text Example

White with #D701E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701E7; }

 p { color: rgb(215,1,231); }

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

background-color css

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

 a { background-color: rgb(215,1,231); }

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

border-color css

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

 span { border-color: rgb(215,1,231); }

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