Html Css Color HEX #D811FD Psychedelic Purple

📋 copy color: '#D811FD'

red 216 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #D811FD

Tints of Psychedelic Purple #D811FD

RGB

 RED value IS 216 (84.77% from 255) = 44.44%

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

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

R = 44.44%
G = 3.5%
B = 52.06%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D811FD (or 0xD811FD) is known color: Psychedelic Purple. HEX triplet: D8, 11 and FD. RGB value is (216,17,253). Sum of RGB (Red+Green+Blue) = 216+17+253=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #D811FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811FD is #27EE02. Grayscale: #666666. Windows color (decimal): -2616835 or 16585176. OLE color: 16585176.

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

Color convert

RGB 216 17 253 -
CMYK 0.15 0.93 0 0.01
HSL 290.59º 0.98% 0.53% -
HSV(B) 290.59º 0.93% 0.99% -
XYZ 46.25 22.09 94.76 -
YUV 103.41 212.43 208.31 -
System Red Green Blue C M Y K H S L
Decimal 216 17 253 0.15 0.93 0 0.01 290.59 0.98 0.53
Hex D8 11 FD F 5D 0 1 123 62 35
Octal 330 21 375 17 135 0 1 443 142 65
Binary 11011000 10001 11111101 1111 1011101 0 1 100100011 1100010 110101

Color Harmonies of #D811FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811FD

Black with #D811FD

Text Example


Text Example

White with #D811FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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