Html Css Color HEX #D01DF9 Psychedelic Purple

📋 copy color: '#D01DF9'

red 208 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #D01DF9

Tints of Psychedelic Purple #D01DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 42.8%
G = 5.97%
B = 51.23%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D01DF9 (or 0xD01DF9) is known color: Psychedelic Purple. HEX triplet: D0, 1D and F9. RGB value is (208,29,249). Sum of RGB (Red+Green+Blue) = 208+29+249=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #D01DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DF9 is #2FE206. Grayscale: #6A6A6A. Windows color (decimal): -3138055 or 16326096. OLE color: 16326096.

HSL color Cylindrical-coordinate representation of color #D01DF9: hue angle of 288.82º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01DF9 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 29 249 -
CMYK 0.16 0.88 0 0.02
HSL 288.82º 0.95% 0.55% -
HSV(B) 288.82º 0.88% 0.98% -
XYZ 43.55 21.13 91.41 -
YUV 107.6 207.8 199.61 -
System Red Green Blue C M Y K H S L
Decimal 208 29 249 0.16 0.88 0 0.02 288.82 0.95 0.55
Hex D0 1D F9 10 58 0 2 121 5F 37
Octal 320 35 371 20 130 0 2 441 137 67
Binary 11010000 11101 11111001 10000 1011000 0 10 100100001 1011111 110111

Color Harmonies of #D01DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DF9

Black with #D01DF9

Text Example


Text Example

White with #D01DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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