Html Css Color HEX #D21EF9 Psychedelic Purple

📋 copy color: '#D21EF9'

red 210 ◦ green 30 ◦ blue 249

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

Shades of Psychedelic Purple #D21EF9

Tints of Psychedelic Purple #D21EF9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.13%

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 42.94%
G = 6.13%
B = 50.92%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D21EF9 (or 0xD21EF9) is known color: Psychedelic Purple. HEX triplet: D2, 1E and F9. RGB value is (210,30,249). Sum of RGB (Red+Green+Blue) = 210+30+249=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #D21EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EF9 is #2DE106. Grayscale: #6C6C6C. Windows color (decimal): -3006727 or 16326354. OLE color: 16326354.

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

Color convert

RGB 210 30 249 -
CMYK 0.16 0.88 0 0.02
HSL 289.32º 0.95% 0.55% -
HSV(B) 289.32º 0.88% 0.98% -
XYZ 44.14 21.47 91.44 -
YUV 108.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 210 30 249 0.16 0.88 0 0.02 289.32 0.95 0.55
Hex D2 1E F9 10 58 0 2 121 5F 37
Octal 322 36 371 20 130 0 2 441 137 67
Binary 11010010 11110 11111001 10000 1011000 0 10 100100001 1011111 110111

Color Harmonies of #D21EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EF9

Black with #D21EF9

Text Example


Text Example

White with #D21EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EF9; }

 p { color: rgb(210,30,249); }

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

background-color css

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

 a { background-color: rgb(210,30,249); }

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

border-color css

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

 span { border-color: rgb(210,30,249); }

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