Html Css Color HEX #D216FA Psychedelic Purple

📋 copy color: '#D216FA'

red 210 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #D216FA

Tints of Psychedelic Purple #D216FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.56%

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 43.57%
G = 4.56%
B = 51.87%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D216FA (or 0xD216FA) is known color: Psychedelic Purple. HEX triplet: D2, 16 and FA. RGB value is (210,22,250). Sum of RGB (Red+Green+Blue) = 210+22+250=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #D216FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216FA is #2DE905. Grayscale: #676767. Windows color (decimal): -3008774 or 16389842. OLE color: 16389842.

HSL color Cylindrical-coordinate representation of color #D216FA: hue angle of 289.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D216FA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 22 250 -
CMYK 0.16 0.91 0 0.02
HSL 289.47º 0.96% 0.53% -
HSV(B) 289.47º 0.91% 0.98% -
XYZ 44.12 21.18 92.2 -
YUV 104.2 210.28 203.46 -
System Red Green Blue C M Y K H S L
Decimal 210 22 250 0.16 0.91 0 0.02 289.47 0.96 0.53
Hex D2 16 FA 10 5B 0 2 121 60 35
Octal 322 26 372 20 133 0 2 441 140 65
Binary 11010010 10110 11111010 10000 1011011 0 10 100100001 1100000 110101

Color Harmonies of #D216FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216FA

Black with #D216FA

Text Example


Text Example

White with #D216FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216FA; }

 p { color: rgb(210,22,250); }

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

background-color css

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

 a { background-color: rgb(210,22,250); }

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

border-color css

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

 span { border-color: rgb(210,22,250); }

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