Html Css Color HEX #D711FD Psychedelic Purple

📋 copy color: '#D711FD'

red 215 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #D711FD

Tints of Psychedelic Purple #D711FD

RGB

 RED value IS 215 (84.38% from 255) = 44.33%

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

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

R = 44.33%
G = 3.51%
B = 52.16%

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

#D711FD (or 0xD711FD) is known color: Psychedelic Purple. HEX triplet: D7, 11 and FD. RGB value is (215,17,253). Sum of RGB (Red+Green+Blue) = 215+17+253=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D711FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D711FD is #28EE02. Grayscale: #666666. Windows color (decimal): -2682371 or 16585175. OLE color: 16585175.

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

Color convert

RGB 215 17 253 -
CMYK 0.15 0.93 0 0.01
HSL 290.34º 0.98% 0.53% -
HSV(B) 290.34º 0.93% 0.99% -
XYZ 45.95 21.94 94.74 -
YUV 103.11 212.6 207.81 -
System Red Green Blue C M Y K H S L
Decimal 215 17 253 0.15 0.93 0 0.01 290.34 0.98 0.53
Hex D7 11 FD F 5D 0 1 122 62 35
Octal 327 21 375 17 135 0 1 442 142 65
Binary 11010111 10001 11111101 1111 1011101 0 1 100100010 1100010 110101

Color Harmonies of #D711FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D711FD

Black with #D711FD

Text Example


Text Example

White with #D711FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D711FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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