Html Css Color HEX #D908F9 Psychedelic Purple

📋 copy color: '#D908F9'

red 217 ◦ green 8 ◦ blue 249

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

Shades of Psychedelic Purple #D908F9

Tints of Psychedelic Purple #D908F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 45.78%
G = 1.69%
B = 52.53%

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

#D908F9 (or 0xD908F9) is known color: Psychedelic Purple. HEX triplet: D9, 08 and F9. RGB value is (217,8,249). Sum of RGB (Red+Green+Blue) = 217+8+249=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 8 (3.52% from 255 or 1.69% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #D908F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908F9 is #26F706. Grayscale: #616161. Windows color (decimal): -2553607 or 16320729. OLE color: 16320729.

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

Color convert

RGB 217 8 249 -
CMYK 0.13 0.97 0 0.02
HSL 292.03º 0.95% 0.5% -
HSV(B) 292.03º 0.97% 0.98% -
XYZ 45.8 21.76 91.41 -
YUV 97.97 213.24 212.9 -
System Red Green Blue C M Y K H S L
Decimal 217 8 249 0.13 0.97 0 0.02 292.03 0.95 0.5
Hex D9 8 F9 D 61 0 2 124 5F 32
Octal 331 10 371 15 141 0 2 444 137 62
Binary 11011001 1000 11111001 1101 1100001 0 10 100100100 1011111 110010

Color Harmonies of #D908F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908F9

Black with #D908F9

Text Example


Text Example

White with #D908F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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