Html Css Color HEX #D011FD Psychedelic Purple

📋 copy color: '#D011FD'

red 208 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #D011FD

Tints of Psychedelic Purple #D011FD

RGB

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

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

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

R = 43.51%
G = 3.56%
B = 52.93%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D011FD (or 0xD011FD) is known color: Psychedelic Purple. HEX triplet: D0, 11 and FD. RGB value is (208,17,253). Sum of RGB (Red+Green+Blue) = 208+17+253=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #D011FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D011FD is #2FEE02. Grayscale: #646464. Windows color (decimal): -3141123 or 16585168. OLE color: 16585168.

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

Color convert

RGB 208 17 253 -
CMYK 0.18 0.93 0 0.01
HSL 288.56º 0.98% 0.53% -
HSV(B) 288.56º 0.93% 0.99% -
XYZ 43.94 20.9 94.65 -
YUV 101.01 213.78 204.31 -
System Red Green Blue C M Y K H S L
Decimal 208 17 253 0.18 0.93 0 0.01 288.56 0.98 0.53
Hex D0 11 FD 12 5D 0 1 121 62 35
Octal 320 21 375 22 135 0 1 441 142 65
Binary 11010000 10001 11111101 10010 1011101 0 1 100100001 1100010 110101

Color Harmonies of #D011FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011FD

Black with #D011FD

Text Example


Text Example

White with #D011FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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