Html Css Color HEX #D011FA Psychedelic Purple

📋 copy color: '#D011FA'

red 208 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #D011FA

Tints of Psychedelic Purple #D011FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.58%

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 43.79%
G = 3.58%
B = 52.63%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D011FA (or 0xD011FA) is known color: Psychedelic Purple. HEX triplet: D0, 11 and FA. RGB value is (208,17,250). Sum of RGB (Red+Green+Blue) = 208+17+250=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #D011FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D011FA is #2FEE05. Grayscale: #636363. Windows color (decimal): -3141126 or 16388560. OLE color: 16388560.

HSL color Cylindrical-coordinate representation of color #D011FA: hue angle of 289.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D011FA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 17 250 -
CMYK 0.17 0.93 0 0.02
HSL 289.18º 0.96% 0.52% -
HSV(B) 289.18º 0.93% 0.98% -
XYZ 43.47 20.71 92.15 -
YUV 100.67 212.28 204.55 -
System Red Green Blue C M Y K H S L
Decimal 208 17 250 0.17 0.93 0 0.02 289.18 0.96 0.52
Hex D0 11 FA 11 5D 0 2 121 60 34
Octal 320 21 372 21 135 0 2 441 140 64
Binary 11010000 10001 11111010 10001 1011101 0 10 100100001 1100000 110100

Color Harmonies of #D011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011FA

Black with #D011FA

Text Example


Text Example

White with #D011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011FA; }

 p { color: rgb(208,17,250); }

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

background-color css

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

 a { background-color: rgb(208,17,250); }

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

border-color css

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

 span { border-color: rgb(208,17,250); }

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