Html Css Color HEX #D01DF6 Psychedelic Purple

📋 copy color: '#D01DF6'

red 208 ◦ green 29 ◦ blue 246

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

Shades of Psychedelic Purple #D01DF6

Tints of Psychedelic Purple #D01DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6%

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 43.06%
G = 6%
B = 50.93%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D01DF6 (or 0xD01DF6) is known color: Psychedelic Purple. HEX triplet: D0, 1D and F6. RGB value is (208,29,246). Sum of RGB (Red+Green+Blue) = 208+29+246=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #D01DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DF6 is #2FE209. Grayscale: #6A6A6A. Windows color (decimal): -3138058 or 16129488. OLE color: 16129488.

HSL color Cylindrical-coordinate representation of color #D01DF6: hue angle of 289.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01DF6 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 29 246 -
CMYK 0.15 0.88 0 0.04
HSL 289.49º 0.92% 0.54% -
HSV(B) 289.49º 0.88% 0.96% -
XYZ 43.09 20.94 88.96 -
YUV 107.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 208 29 246 0.15 0.88 0 0.04 289.49 0.92 0.54
Hex D0 1D F6 F 58 0 4 121 5C 36
Octal 320 35 366 17 130 0 4 441 134 66
Binary 11010000 11101 11110110 1111 1011000 0 100 100100001 1011100 110110

Color Harmonies of #D01DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DF6

Black with #D01DF6

Text Example


Text Example

White with #D01DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DF6; }

 p { color: rgb(208,29,246); }

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

background-color css

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

 a { background-color: rgb(208,29,246); }

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

border-color css

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

 span { border-color: rgb(208,29,246); }

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