Html Css Color HEX #D220FD Psychedelic Purple

📋 copy color: '#D220FD'

red 210 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #D220FD

Tints of Psychedelic Purple #D220FD

RGB

 RED value IS 210 (82.42% from 255) = 42.42%

 GREEN value IS 32 (12.89% from 255) = 6.46%

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

R = 42.42%
G = 6.46%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D220FD (or 0xD220FD) is known color: Psychedelic Purple. HEX triplet: D2, 20 and FD. RGB value is (210,32,253). Sum of RGB (Red+Green+Blue) = 210+32+253=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #D220FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D220FD is #2DDF02. Grayscale: #6D6D6D. Windows color (decimal): -3006211 or 16589010. OLE color: 16589010.

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

Color convert

RGB 210 32 253 -
CMYK 0.17 0.87 0 0.01
HSL 288.33º 0.98% 0.56% -
HSV(B) 288.33º 0.87% 0.99% -
XYZ 44.82 21.83 94.78 -
YUV 110.42 208.47 199.03 -
System Red Green Blue C M Y K H S L
Decimal 210 32 253 0.17 0.87 0 0.01 288.33 0.98 0.56
Hex D2 20 FD 11 57 0 1 120 62 38
Octal 322 40 375 21 127 0 1 440 142 70
Binary 11010010 100000 11111101 10001 1010111 0 1 100100000 1100010 111000

Color Harmonies of #D220FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220FD

Black with #D220FD

Text Example


Text Example

White with #D220FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220FD; }

 p { color: rgb(210,32,253); }

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

background-color css

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

 a { background-color: rgb(210,32,253); }

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

border-color css

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

 span { border-color: rgb(210,32,253); }

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