Html Css Color HEX #D21AFA Psychedelic Purple

📋 copy color: '#D21AFA'

red 210 ◦ green 26 ◦ blue 250

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

Shades of Psychedelic Purple #D21AFA

Tints of Psychedelic Purple #D21AFA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.35%

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

R = 43.21%
G = 5.35%
B = 51.44%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D21AFA (or 0xD21AFA) is known color: Psychedelic Purple. HEX triplet: D2, 1A and FA. RGB value is (210,26,250). Sum of RGB (Red+Green+Blue) = 210+26+250=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #D21AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AFA is #2DE505. Grayscale: #696969. Windows color (decimal): -3007750 or 16390866. OLE color: 16390866.

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

Color convert

RGB 210 26 250 -
CMYK 0.16 0.90 0 0.02
HSL 289.29º 0.96% 0.54% -
HSV(B) 289.29º 0.9% 0.98% -
XYZ 44.2 21.34 92.23 -
YUV 106.55 208.96 201.79 -
System Red Green Blue C M Y K H S L
Decimal 210 26 250 0.16 0.90 0 0.02 289.29 0.96 0.54
Hex D2 1A FA 10 5A 0 2 121 60 36
Octal 322 32 372 20 132 0 2 441 140 66
Binary 11010010 11010 11111010 10000 1011010 0 10 100100001 1100000 110110

Color Harmonies of #D21AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21AFA

Black with #D21AFA

Text Example


Text Example

White with #D21AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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