Html Css Color HEX #D913FF Psychedelic Purple

📋 copy color: '#D913FF'

red 217 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #D913FF

Tints of Psychedelic Purple #D913FF

RGB

 RED value IS 217 (85.16% from 255) = 44.2%

 GREEN value IS 19 (7.81% from 255) = 3.87%

 BLUE value IS 255 (100% from 255) = 51.93%

R = 44.2%
G = 3.87%
B = 51.93%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D913FF (or 0xD913FF) is known color: Psychedelic Purple. HEX triplet: D9, 13 and FF. RGB value is (217,19,255). Sum of RGB (Red+Green+Blue) = 217+19+255=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #D913FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913FF is #26EC00. Grayscale: #686868. Windows color (decimal): -2550785 or 16716761. OLE color: 16716761.

HSL color Cylindrical-coordinate representation of color #D913FF: hue angle of 290.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D913FF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 19 255 -
CMYK 0.15 0.93 0 0
HSL 290.34º 1% 0.54% -
HSV(B) 290.34º 0.93% 1% -
XYZ 46.9 22.44 96.47 -
YUV 105.11 212.6 207.81 -
System Red Green Blue C M Y K H S L
Decimal 217 19 255 0.15 0.93 0 0 290.34 1 0.54
Hex D9 13 FF F 5D 0 0 122 64 36
Octal 331 23 377 17 135 0 0 442 144 66
Binary 11011001 10011 11111111 1111 1011101 0 0 100100010 1100100 110110

Color Harmonies of #D913FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913FF

Black with #D913FF

Text Example


Text Example

White with #D913FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913FF; }

 p { color: rgb(217,19,255); }

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

background-color css

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

 a { background-color: rgb(217,19,255); }

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

border-color css

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

 span { border-color: rgb(217,19,255); }

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