Html Css Color HEX #D01FFD Psychedelic Purple

📋 copy color: '#D01FFD'

red 208 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #D01FFD

Tints of Psychedelic Purple #D01FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.3%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 42.28%
G = 6.3%
B = 51.42%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D01FFD (or 0xD01FFD) is known color: Psychedelic Purple. HEX triplet: D0, 1F and FD. RGB value is (208,31,253). Sum of RGB (Red+Green+Blue) = 208+31+253=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D01FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FFD is #2FE002. Grayscale: #6C6C6C. Windows color (decimal): -3137539 or 16588752. OLE color: 16588752.

HSL color Cylindrical-coordinate representation of color #D01FFD: hue angle of 287.84º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01FFD is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 31 253 -
CMYK 0.18 0.88 0 0.01
HSL 287.84º 0.98% 0.56% -
HSV(B) 287.84º 0.88% 0.99% -
XYZ 44.23 21.48 94.74 -
YUV 109.23 209.14 198.45 -
System Red Green Blue C M Y K H S L
Decimal 208 31 253 0.18 0.88 0 0.01 287.84 0.98 0.56
Hex D0 1F FD 12 58 0 1 120 62 38
Octal 320 37 375 22 130 0 1 440 142 70
Binary 11010000 11111 11111101 10010 1011000 0 1 100100000 1100010 111000

Color Harmonies of #D01FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FFD

Black with #D01FFD

Text Example


Text Example

White with #D01FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FFD; }

 p { color: rgb(208,31,253); }

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

background-color css

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

 a { background-color: rgb(208,31,253); }

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

border-color css

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

 span { border-color: rgb(208,31,253); }

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