Html Css Color HEX #D908FA Psychedelic Purple

📋 copy color: '#D908FA'

red 217 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #D908FA

Tints of Psychedelic Purple #D908FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

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

R = 45.68%
G = 1.68%
B = 52.63%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D908FA (or 0xD908FA) is known color: Psychedelic Purple. HEX triplet: D9, 08 and FA. RGB value is (217,8,250). Sum of RGB (Red+Green+Blue) = 217+8+250=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 8 (3.52% from 255 or 1.68% 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 #D908FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908FA is #26F705. Grayscale: #616161. Windows color (decimal): -2553606 or 16386265. OLE color: 16386265.

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

Color convert

RGB 217 8 250 -
CMYK 0.13 0.97 0 0.02
HSL 291.82º 0.96% 0.51% -
HSV(B) 291.82º 0.97% 0.98% -
XYZ 45.96 21.83 92.23 -
YUV 98.08 213.74 212.82 -
System Red Green Blue C M Y K H S L
Decimal 217 8 250 0.13 0.97 0 0.02 291.82 0.96 0.51
Hex D9 8 FA D 61 0 2 124 60 33
Octal 331 10 372 15 141 0 2 444 140 63
Binary 11011001 1000 11111010 1101 1100001 0 10 100100100 1100000 110011

Color Harmonies of #D908FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908FA

Black with #D908FA

Text Example


Text Example

White with #D908FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908FA; }

 p { color: rgb(217,8,250); }

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

background-color css

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

 a { background-color: rgb(217,8,250); }

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

border-color css

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

 span { border-color: rgb(217,8,250); }

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