Html Css Color HEX #D01DF5 Psychedelic Purple

📋 copy color: '#D01DF5'

red 208 ◦ green 29 ◦ blue 245

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

Shades of Psychedelic Purple #D01DF5

Tints of Psychedelic Purple #D01DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 43.15%
G = 6.02%
B = 50.83%

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

#D01DF5 (or 0xD01DF5) is known color: Psychedelic Purple. HEX triplet: D0, 1D and F5. RGB value is (208,29,245). Sum of RGB (Red+Green+Blue) = 208+29+245=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #D01DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DF5 is #2FE20A. Grayscale: #6A6A6A. Windows color (decimal): -3138059 or 16063952. OLE color: 16063952.

HSL color Cylindrical-coordinate representation of color #D01DF5: hue angle of 289.72º 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 #D01DF5 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 29 245 -
CMYK 0.15 0.88 0 0.04
HSL 289.72º 0.92% 0.54% -
HSV(B) 289.72º 0.88% 0.96% -
XYZ 42.93 20.88 88.15 -
YUV 107.15 205.8 199.94 -
System Red Green Blue C M Y K H S L
Decimal 208 29 245 0.15 0.88 0 0.04 289.72 0.92 0.54
Hex D0 1D F5 F 58 0 4 122 5C 36
Octal 320 35 365 17 130 0 4 442 134 66
Binary 11010000 11101 11110101 1111 1011000 0 100 100100010 1011100 110110

Color Harmonies of #D01DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DF5

Black with #D01DF5

Text Example


Text Example

White with #D01DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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