Html Css Color HEX #D01AF7 Psychedelic Purple

📋 copy color: '#D01AF7'

red 208 ◦ green 26 ◦ blue 247

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

Shades of Psychedelic Purple #D01AF7

Tints of Psychedelic Purple #D01AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.41%

 BLUE value IS 247 (96.88% from 255) = 51.35%

R = 43.24%
G = 5.41%
B = 51.35%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D01AF7 (or 0xD01AF7) is known color: Psychedelic Purple. HEX triplet: D0, 1A and F7. RGB value is (208,26,247). Sum of RGB (Red+Green+Blue) = 208+26+247=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #D01AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AF7 is #2FE508. Grayscale: #686868. Windows color (decimal): -3138825 or 16194256. OLE color: 16194256.

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

Color convert

RGB 208 26 247 -
CMYK 0.16 0.89 0 0.03
HSL 289.41º 0.93% 0.54% -
HSV(B) 289.41º 0.89% 0.97% -
XYZ 43.17 20.86 89.75 -
YUV 105.61 207.8 201.03 -
System Red Green Blue C M Y K H S L
Decimal 208 26 247 0.16 0.89 0 0.03 289.41 0.93 0.54
Hex D0 1A F7 10 59 0 3 121 5D 36
Octal 320 32 367 20 131 0 3 441 135 66
Binary 11010000 11010 11110111 10000 1011001 0 11 100100001 1011101 110110

Color Harmonies of #D01AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AF7

Black with #D01AF7

Text Example


Text Example

White with #D01AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AF7; }

 p { color: rgb(208,26,247); }

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

background-color css

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

 a { background-color: rgb(208,26,247); }

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

border-color css

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

 span { border-color: rgb(208,26,247); }

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