Html Css Color HEX #D21EF8 Psychedelic Purple

📋 copy color: '#D21EF8'

red 210 ◦ green 30 ◦ blue 248

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

Shades of Psychedelic Purple #D21EF8

Tints of Psychedelic Purple #D21EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 43.03%
G = 6.15%
B = 50.82%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D21EF8 (or 0xD21EF8) is known color: Psychedelic Purple. HEX triplet: D2, 1E and F8. RGB value is (210,30,248). Sum of RGB (Red+Green+Blue) = 210+30+248=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #D21EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EF8 is #2DE107. Grayscale: #6B6B6B. Windows color (decimal): -3006728 or 16260818. OLE color: 16260818.

HSL color Cylindrical-coordinate representation of color #D21EF8: hue angle of 289.54º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21EF8 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 30 248 -
CMYK 0.15 0.88 0 0.03
HSL 289.54º 0.94% 0.55% -
HSV(B) 289.54º 0.88% 0.97% -
XYZ 43.99 21.41 90.62 -
YUV 108.67 206.63 200.27 -
System Red Green Blue C M Y K H S L
Decimal 210 30 248 0.15 0.88 0 0.03 289.54 0.94 0.55
Hex D2 1E F8 F 58 0 3 122 5E 37
Octal 322 36 370 17 130 0 3 442 136 67
Binary 11010010 11110 11111000 1111 1011000 0 11 100100010 1011110 110111

Color Harmonies of #D21EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EF8

Black with #D21EF8

Text Example


Text Example

White with #D21EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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