Html Css Color HEX #D008F1 Psychedelic Purple

📋 copy color: '#D008F1'

red 208 ◦ green 8 ◦ blue 241

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

Shades of Psychedelic Purple #D008F1

Tints of Psychedelic Purple #D008F1

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

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

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 45.51%
G = 1.75%
B = 52.74%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D008F1 (or 0xD008F1) is known color: Psychedelic Purple. HEX triplet: D0, 08 and F1. RGB value is (208,8,241). Sum of RGB (Red+Green+Blue) = 208+8+241=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #D008F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D008F1 is #2FF70E. Grayscale: #5D5D5D. Windows color (decimal): -3143439 or 15796432. OLE color: 15796432.

HSL color Cylindrical-coordinate representation of color #D008F1: hue angle of 291.5º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D008F1 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 8 241 -
CMYK 0.14 0.97 0 0.05
HSL 291.5º 0.94% 0.49% -
HSV(B) 291.5º 0.97% 0.95% -
XYZ 41.98 19.93 84.85 -
YUV 94.36 210.76 209.05 -
System Red Green Blue C M Y K H S L
Decimal 208 8 241 0.14 0.97 0 0.05 291.5 0.94 0.49
Hex D0 8 F1 E 61 0 5 124 5E 31
Octal 320 10 361 16 141 0 5 444 136 61
Binary 11010000 1000 11110001 1110 1100001 0 101 100100100 1011110 110001

Color Harmonies of #D008F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008F1

Black with #D008F1

Text Example


Text Example

White with #D008F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008F1; }

 p { color: rgb(208,8,241); }

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

background-color css

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

 a { background-color: rgb(208,8,241); }

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

border-color css

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

 span { border-color: rgb(208,8,241); }

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