Html Css Color HEX #D007FE Psychedelic Purple

📋 copy color: '#D007FE'

red 208 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #D007FE

Tints of Psychedelic Purple #D007FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.49%

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

R = 44.35%
G = 1.49%
B = 54.16%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D007FE (or 0xD007FE) is known color: Psychedelic Purple. HEX triplet: D0, 07 and FE. RGB value is (208,7,254). Sum of RGB (Red+Green+Blue) = 208+7+254=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #D007FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007FE is #2FF801. Grayscale: #5E5E5E. Windows color (decimal): -3143682 or 16648144. OLE color: 16648144.

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

Color convert

RGB 208 7 254 -
CMYK 0.18 0.97 0 0.00
HSL 288.83º 0.99% 0.51% -
HSV(B) 288.83º 0.97% 1% -
XYZ 43.98 20.72 95.45 -
YUV 95.26 217.59 208.42 -
System Red Green Blue C M Y K H S L
Decimal 208 7 254 0.18 0.97 0 0.00 288.83 0.99 0.51
Hex D0 7 FE 12 61 0 0 121 63 33
Octal 320 7 376 22 141 0 0 441 143 63
Binary 11010000 111 11111110 10010 1100001 0 0 100100001 1100011 110011

Color Harmonies of #D007FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007FE

Black with #D007FE

Text Example


Text Example

White with #D007FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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