Html Css Color HEX #D21AFD Psychedelic Purple

📋 copy color: '#D21AFD'

red 210 ◦ green 26 ◦ blue 253

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

Shades of Psychedelic Purple #D21AFD

Tints of Psychedelic Purple #D21AFD

RGB

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

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

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

R = 42.94%
G = 5.32%
B = 51.74%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D21AFD (or 0xD21AFD) is known color: Psychedelic Purple. HEX triplet: D2, 1A and FD. RGB value is (210,26,253). Sum of RGB (Red+Green+Blue) = 210+26+253=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AFD is #2DE502. Grayscale: #6A6A6A. Windows color (decimal): -3007747 or 16587474. OLE color: 16587474.

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

Color convert

RGB 210 26 253 -
CMYK 0.17 0.90 0 0.01
HSL 288.63º 0.98% 0.55% -
HSV(B) 288.63º 0.9% 0.99% -
XYZ 44.68 21.53 94.73 -
YUV 106.89 210.46 201.54 -
System Red Green Blue C M Y K H S L
Decimal 210 26 253 0.17 0.90 0 0.01 288.63 0.98 0.55
Hex D2 1A FD 11 5A 0 1 121 62 37
Octal 322 32 375 21 132 0 1 441 142 67
Binary 11010010 11010 11111101 10001 1011010 0 1 100100001 1100010 110111

Color Harmonies of #D21AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21AFD

Black with #D21AFD

Text Example


Text Example

White with #D21AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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