Html Css Color HEX #D602FD Psychedelic Purple

📋 copy color: '#D602FD'

red 214 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #D602FD

Tints of Psychedelic Purple #D602FD

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

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

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

R = 45.63%
G = 0.43%
B = 53.94%

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

#D602FD (or 0xD602FD) is known color: Psychedelic Purple. HEX triplet: D6, 02 and FD. RGB value is (214,2,253). Sum of RGB (Red+Green+Blue) = 214+2+253=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D602FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602FD is #29FD02. Grayscale: #5D5D5D. Windows color (decimal): -2751747 or 16581334. OLE color: 16581334.

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

Color convert

RGB 214 2 253 -
CMYK 0.15 0.99 0 0.01
HSL 290.68º 0.98% 0.5% -
HSV(B) 290.68º 0.99% 0.99% -
XYZ 45.48 21.43 94.67 -
YUV 94 217.74 213.59 -
System Red Green Blue C M Y K H S L
Decimal 214 2 253 0.15 0.99 0 0.01 290.68 0.98 0.5
Hex D6 2 FD F 63 0 1 123 62 32
Octal 326 2 375 17 143 0 1 443 142 62
Binary 11010110 10 11111101 1111 1100011 0 1 100100011 1100010 110010

Color Harmonies of #D602FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602FD

Black with #D602FD

Text Example


Text Example

White with #D602FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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