Html Css Color HEX #D802FD Psychedelic Purple

📋 copy color: '#D802FD'

red 216 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #D802FD

Tints of Psychedelic Purple #D802FD

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 45.86%
G = 0.42%
B = 53.72%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D802FD (or 0xD802FD) is known color: Psychedelic Purple. HEX triplet: D8, 02 and FD. RGB value is (216,2,253). Sum of RGB (Red+Green+Blue) = 216+2+253=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #D802FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802FD is #27FD02. Grayscale: #5D5D5D. Windows color (decimal): -2620675 or 16581336. OLE color: 16581336.

HSL color Cylindrical-coordinate representation of color #D802FD: hue angle of 291.16º 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 #D802FD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 2 253 -
CMYK 0.15 0.99 0 0.01
HSL 291.16º 0.98% 0.5% -
HSV(B) 291.16º 0.99% 0.99% -
XYZ 46.07 21.73 94.7 -
YUV 94.6 217.4 214.59 -
System Red Green Blue C M Y K H S L
Decimal 216 2 253 0.15 0.99 0 0.01 291.16 0.98 0.5
Hex D8 2 FD F 63 0 1 123 62 32
Octal 330 2 375 17 143 0 1 443 142 62
Binary 11011000 10 11111101 1111 1100011 0 1 100100011 1100010 110010

Color Harmonies of #D802FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802FD

Black with #D802FD

Text Example


Text Example

White with #D802FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802FD; }

 p { color: rgb(216,2,253); }

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

background-color css

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

 a { background-color: rgb(216,2,253); }

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

border-color css

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

 span { border-color: rgb(216,2,253); }

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