Html Css Color HEX #D908FF Psychedelic Purple

📋 copy color: '#D908FF'

red 217 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #D908FF

Tints of Psychedelic Purple #D908FF

RGB

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

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

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

R = 45.21%
G = 1.67%
B = 53.13%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D908FF (or 0xD908FF) is known color: Psychedelic Purple. HEX triplet: D9, 08 and FF. RGB value is (217,8,255). Sum of RGB (Red+Green+Blue) = 217+8+255=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 8 (3.52% from 255 or 1.67% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #D908FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908FF is #26F700. Grayscale: #616161. Windows color (decimal): -2553601 or 16713945. OLE color: 16713945.

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

Color convert

RGB 217 8 255 -
CMYK 0.15 0.97 0 0
HSL 290.77º 1% 0.52% -
HSV(B) 290.77º 0.97% 1% -
XYZ 46.75 22.15 96.42 -
YUV 98.65 216.24 212.42 -
System Red Green Blue C M Y K H S L
Decimal 217 8 255 0.15 0.97 0 0 290.77 1 0.52
Hex D9 8 FF F 61 0 0 123 64 34
Octal 331 10 377 17 141 0 0 443 144 64
Binary 11011001 1000 11111111 1111 1100001 0 0 100100011 1100100 110100

Color Harmonies of #D908FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908FF

Black with #D908FF

Text Example


Text Example

White with #D908FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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