Html Css Color HEX #D002FE Psychedelic Purple

📋 copy color: '#D002FE'

red 208 ◦ green 2 ◦ blue 254

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

Shades of Psychedelic Purple #D002FE

Tints of Psychedelic Purple #D002FE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 44.83%
G = 0.43%
B = 54.74%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D002FE (or 0xD002FE) is known color: Psychedelic Purple. HEX triplet: D0, 02 and FE. RGB value is (208,2,254). Sum of RGB (Red+Green+Blue) = 208+2+254=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #D002FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002FE is #2FFD01. Grayscale: #5B5B5B. Windows color (decimal): -3144962 or 16646864. OLE color: 16646864.

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

Color convert

RGB 208 2 254 -
CMYK 0.18 0.99 0 0.00
HSL 289.05º 0.99% 0.5% -
HSV(B) 289.05º 0.99% 1% -
XYZ 43.92 20.61 95.43 -
YUV 92.32 219.25 210.51 -
System Red Green Blue C M Y K H S L
Decimal 208 2 254 0.18 0.99 0 0.00 289.05 0.99 0.5
Hex D0 2 FE 12 63 0 0 121 63 32
Octal 320 2 376 22 143 0 0 441 143 62
Binary 11010000 10 11111110 10010 1100011 0 0 100100001 1100011 110010

Color Harmonies of #D002FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002FE

Black with #D002FE

Text Example


Text Example

White with #D002FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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