Html Css Color HEX #D01FE7 Psychedelic Purple

📋 copy color: '#D01FE7'

red 208 ◦ green 31 ◦ blue 231

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

Shades of Psychedelic Purple #D01FE7

Tints of Psychedelic Purple #D01FE7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.6%

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

R = 44.26%
G = 6.6%
B = 49.15%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D01FE7 (or 0xD01FE7) is known color: Psychedelic Purple. HEX triplet: D0, 1F and E7. RGB value is (208,31,231). Sum of RGB (Red+Green+Blue) = 208+31+231=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #D01FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FE7 is #2FE018. Grayscale: #6A6A6A. Windows color (decimal): -3137561 or 15146960. OLE color: 15146960.

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

Color convert

RGB 208 31 231 -
CMYK 0.10 0.87 0 0.09
HSL 293.1º 0.81% 0.51% -
HSV(B) 293.1º 0.87% 0.91% -
XYZ 40.93 20.16 77.34 -
YUV 106.72 198.14 200.24 -
System Red Green Blue C M Y K H S L
Decimal 208 31 231 0.10 0.87 0 0.09 293.1 0.81 0.51
Hex D0 1F E7 A 57 0 9 125 51 33
Octal 320 37 347 12 127 0 11 445 121 63
Binary 11010000 11111 11100111 1010 1010111 0 1001 100100101 1010001 110011

Color Harmonies of #D01FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FE7

Black with #D01FE7

Text Example


Text Example

White with #D01FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FE7; }

 p { color: rgb(208,31,231); }

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

background-color css

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

 a { background-color: rgb(208,31,231); }

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

border-color css

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

 span { border-color: rgb(208,31,231); }

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