Html Css Color HEX #D908F6 Psychedelic Purple

📋 copy color: '#D908F6'

red 217 ◦ green 8 ◦ blue 246

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

Shades of Psychedelic Purple #D908F6

Tints of Psychedelic Purple #D908F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 46.07%
G = 1.7%
B = 52.23%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D908F6 (or 0xD908F6) is known color: Psychedelic Purple. HEX triplet: D9, 08 and F6. RGB value is (217,8,246). Sum of RGB (Red+Green+Blue) = 217+8+246=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #D908F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908F6 is #26F709. Grayscale: #606060. Windows color (decimal): -2553610 or 16124121. OLE color: 16124121.

HSL color Cylindrical-coordinate representation of color #D908F6: hue angle of 292.69º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908F6 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 8 246 -
CMYK 0.12 0.97 0 0.04
HSL 292.69º 0.94% 0.5% -
HSV(B) 292.69º 0.97% 0.96% -
XYZ 45.34 21.58 88.96 -
YUV 97.62 211.74 213.15 -
System Red Green Blue C M Y K H S L
Decimal 217 8 246 0.12 0.97 0 0.04 292.69 0.94 0.5
Hex D9 8 F6 C 61 0 4 125 5E 32
Octal 331 10 366 14 141 0 4 445 136 62
Binary 11011001 1000 11110110 1100 1100001 0 100 100100101 1011110 110010

Color Harmonies of #D908F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908F6

Black with #D908F6

Text Example


Text Example

White with #D908F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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