Html Css Color HEX #D21EF5 Psychedelic Purple

📋 copy color: '#D21EF5'

red 210 ◦ green 30 ◦ blue 245

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

Shades of Psychedelic Purple #D21EF5

Tints of Psychedelic Purple #D21EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 43.3%
G = 6.19%
B = 50.52%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D21EF5 (or 0xD21EF5) is known color: Psychedelic Purple. HEX triplet: D2, 1E and F5. RGB value is (210,30,245). Sum of RGB (Red+Green+Blue) = 210+30+245=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #D21EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EF5 is #2DE10A. Grayscale: #6B6B6B. Windows color (decimal): -3006731 or 16064210. OLE color: 16064210.

HSL color Cylindrical-coordinate representation of color #D21EF5: hue angle of 290.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21EF5 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 30 245 -
CMYK 0.14 0.88 0 0.04
HSL 290.23º 0.91% 0.54% -
HSV(B) 290.23º 0.88% 0.96% -
XYZ 43.52 21.22 88.19 -
YUV 108.33 205.13 200.52 -
System Red Green Blue C M Y K H S L
Decimal 210 30 245 0.14 0.88 0 0.04 290.23 0.91 0.54
Hex D2 1E F5 E 58 0 4 122 5B 36
Octal 322 36 365 16 130 0 4 442 133 66
Binary 11010010 11110 11110101 1110 1011000 0 100 100100010 1011011 110110

Color Harmonies of #D21EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EF5

Black with #D21EF5

Text Example


Text Example

White with #D21EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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