Html Css Color HEX #D702FD Psychedelic Purple

📋 copy color: '#D702FD'

red 215 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #D702FD

Tints of Psychedelic Purple #D702FD

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

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

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

R = 45.74%
G = 0.43%
B = 53.83%

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

#D702FD (or 0xD702FD) is known color: Psychedelic Purple. HEX triplet: D7, 02 and FD. RGB value is (215,2,253). Sum of RGB (Red+Green+Blue) = 215+2+253=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #D702FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702FD is #28FD02. Grayscale: #5D5D5D. Windows color (decimal): -2686211 or 16581335. OLE color: 16581335.

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

Color convert

RGB 215 2 253 -
CMYK 0.15 0.99 0 0.01
HSL 290.92º 0.98% 0.5% -
HSV(B) 290.92º 0.99% 0.99% -
XYZ 45.78 21.58 94.68 -
YUV 94.3 217.57 214.09 -
System Red Green Blue C M Y K H S L
Decimal 215 2 253 0.15 0.99 0 0.01 290.92 0.98 0.5
Hex D7 2 FD F 63 0 1 123 62 32
Octal 327 2 375 17 143 0 1 443 142 62
Binary 11010111 10 11111101 1111 1100011 0 1 100100011 1100010 110010

Color Harmonies of #D702FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702FD

Black with #D702FD

Text Example


Text Example

White with #D702FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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