Html Css Color HEX #D21FFD Psychedelic Purple

📋 copy color: '#D21FFD'

red 210 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #D21FFD

Tints of Psychedelic Purple #D21FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.28%

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

R = 42.51%
G = 6.28%
B = 51.21%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D21FFD (or 0xD21FFD) is known color: Psychedelic Purple. HEX triplet: D2, 1F and FD. RGB value is (210,31,253). Sum of RGB (Red+Green+Blue) = 210+31+253=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 31 (12.5% from 255 or 6.28% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FFD is #2DE002. Grayscale: #6D6D6D. Windows color (decimal): -3006467 or 16588754. OLE color: 16588754.

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

Color convert

RGB 210 31 253 -
CMYK 0.17 0.88 0 0.01
HSL 288.38º 0.98% 0.56% -
HSV(B) 288.38º 0.88% 0.99% -
XYZ 44.8 21.77 94.77 -
YUV 109.83 208.8 199.45 -
System Red Green Blue C M Y K H S L
Decimal 210 31 253 0.17 0.88 0 0.01 288.38 0.98 0.56
Hex D2 1F FD 11 58 0 1 120 62 38
Octal 322 37 375 21 130 0 1 440 142 70
Binary 11010010 11111 11111101 10001 1011000 0 1 100100000 1100010 111000

Color Harmonies of #D21FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FFD

Black with #D21FFD

Text Example


Text Example

White with #D21FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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