Html Css Color HEX #D908EB Psychedelic Purple

📋 copy color: '#D908EB'

red 217 ◦ green 8 ◦ blue 235

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

Shades of Psychedelic Purple #D908EB

Tints of Psychedelic Purple #D908EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 47.17%
G = 1.74%
B = 51.09%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D908EB (or 0xD908EB) is known color: Psychedelic Purple. HEX triplet: D9, 08 and EB. RGB value is (217,8,235). Sum of RGB (Red+Green+Blue) = 217+8+235=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D908EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908EB is #26F714. Grayscale: #5F5F5F. Windows color (decimal): -2553621 or 15403225. OLE color: 15403225.

HSL color Cylindrical-coordinate representation of color #D908EB: hue angle of 295.24º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908EB is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 8 235 -
CMYK 0.08 0.97 0 0.08
HSL 295.24º 0.93% 0.48% -
HSV(B) 295.24º 0.97% 0.92% -
XYZ 43.7 20.92 80.33 -
YUV 96.37 206.24 214.04 -
System Red Green Blue C M Y K H S L
Decimal 217 8 235 0.08 0.97 0 0.08 295.24 0.93 0.48
Hex D9 8 EB 8 61 0 8 127 5D 30
Octal 331 10 353 10 141 0 10 447 135 60
Binary 11011001 1000 11101011 1000 1100001 0 1000 100100111 1011101 110000

Color Harmonies of #D908EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908EB

Black with #D908EB

Text Example


Text Example

White with #D908EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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