Html Css Color HEX #D002FC Psychedelic Purple

📋 copy color: '#D002FC'

red 208 ◦ green 2 ◦ blue 252

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

Shades of Psychedelic Purple #D002FC

Tints of Psychedelic Purple #D002FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 45.02%
G = 0.43%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D002FC (or 0xD002FC) is known color: Psychedelic Purple. HEX triplet: D0, 02 and FC. RGB value is (208,2,252). Sum of RGB (Red+Green+Blue) = 208+2+252=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #D002FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002FC is #2FFD03. Grayscale: #5B5B5B. Windows color (decimal): -3144964 or 16515792. OLE color: 16515792.

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

Color convert

RGB 208 2 252 -
CMYK 0.17 0.99 0 0.01
HSL 289.44º 0.98% 0.5% -
HSV(B) 289.44º 0.99% 0.99% -
XYZ 43.6 20.48 93.75 -
YUV 92.09 218.25 210.67 -
System Red Green Blue C M Y K H S L
Decimal 208 2 252 0.17 0.99 0 0.01 289.44 0.98 0.5
Hex D0 2 FC 11 63 0 1 121 62 32
Octal 320 2 374 21 143 0 1 441 142 62
Binary 11010000 10 11111100 10001 1100011 0 1 100100001 1100010 110010

Color Harmonies of #D002FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002FC

Black with #D002FC

Text Example


Text Example

White with #D002FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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