Html Css Color HEX #D006FE Psychedelic Purple

📋 copy color: '#D006FE'

red 208 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #D006FE

Tints of Psychedelic Purple #D006FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 44.44%
G = 1.28%
B = 54.27%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D006FE (or 0xD006FE) is known color: Psychedelic Purple. HEX triplet: D0, 06 and FE. RGB value is (208,6,254). Sum of RGB (Red+Green+Blue) = 208+6+254=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #D006FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006FE is #2FF901. Grayscale: #5D5D5D. Windows color (decimal): -3143938 or 16647888. OLE color: 16647888.

HSL color Cylindrical-coordinate representation of color #D006FE: hue angle of 288.87º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D006FE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 6 254 -
CMYK 0.18 0.98 0 0.00
HSL 288.87º 0.99% 0.51% -
HSV(B) 288.87º 0.98% 1% -
XYZ 43.97 20.7 95.44 -
YUV 94.67 217.92 208.83 -
System Red Green Blue C M Y K H S L
Decimal 208 6 254 0.18 0.98 0 0.00 288.87 0.99 0.51
Hex D0 6 FE 12 62 0 0 121 63 33
Octal 320 6 376 22 142 0 0 441 143 63
Binary 11010000 110 11111110 10010 1100010 0 0 100100001 1100011 110011

Color Harmonies of #D006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006FE

Black with #D006FE

Text Example


Text Example

White with #D006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006FE; }

 p { color: rgb(208,6,254); }

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

background-color css

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

 a { background-color: rgb(208,6,254); }

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

border-color css

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

 span { border-color: rgb(208,6,254); }

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