Html Css Color HEX #D01DF4 Psychedelic Purple

📋 copy color: '#D01DF4'

red 208 ◦ green 29 ◦ blue 244

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

Shades of Psychedelic Purple #D01DF4

Tints of Psychedelic Purple #D01DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.73%

R = 43.24%
G = 6.03%
B = 50.73%

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

#D01DF4 (or 0xD01DF4) is known color: Psychedelic Purple. HEX triplet: D0, 1D and F4. RGB value is (208,29,244). Sum of RGB (Red+Green+Blue) = 208+29+244=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #D01DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DF4 is #2FE20B. Grayscale: #6A6A6A. Windows color (decimal): -3138060 or 15998416. OLE color: 15998416.

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

Color convert

RGB 208 29 244 -
CMYK 0.15 0.88 0 0.04
HSL 289.95º 0.91% 0.54% -
HSV(B) 289.95º 0.88% 0.96% -
XYZ 42.78 20.82 87.35 -
YUV 107.03 205.3 200.02 -
System Red Green Blue C M Y K H S L
Decimal 208 29 244 0.15 0.88 0 0.04 289.95 0.91 0.54
Hex D0 1D F4 F 58 0 4 122 5B 36
Octal 320 35 364 17 130 0 4 442 133 66
Binary 11010000 11101 11110100 1111 1011000 0 100 100100010 1011011 110110

Color Harmonies of #D01DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DF4

Black with #D01DF4

Text Example


Text Example

White with #D01DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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