Html Css Color HEX #D21EF4 Psychedelic Purple

📋 copy color: '#D21EF4'

red 210 ◦ green 30 ◦ blue 244

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

Shades of Psychedelic Purple #D21EF4

Tints of Psychedelic Purple #D21EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.41%

R = 43.39%
G = 6.2%
B = 50.41%

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

#D21EF4 (or 0xD21EF4) is known color: Psychedelic Purple. HEX triplet: D2, 1E and F4. RGB value is (210,30,244). Sum of RGB (Red+Green+Blue) = 210+30+244=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #D21EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EF4 is #2DE10B. Grayscale: #6B6B6B. Windows color (decimal): -3006732 or 15998674. OLE color: 15998674.

HSL color Cylindrical-coordinate representation of color #D21EF4: hue angle of 290.47º 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 #D21EF4 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 30 244 -
CMYK 0.14 0.88 0 0.04
HSL 290.47º 0.91% 0.54% -
HSV(B) 290.47º 0.88% 0.96% -
XYZ 43.37 21.16 87.39 -
YUV 108.22 204.63 200.6 -
System Red Green Blue C M Y K H S L
Decimal 210 30 244 0.14 0.88 0 0.04 290.47 0.91 0.54
Hex D2 1E F4 E 58 0 4 122 5B 36
Octal 322 36 364 16 130 0 4 442 133 66
Binary 11010010 11110 11110100 1110 1011000 0 100 100100010 1011011 110110

Color Harmonies of #D21EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EF4

Black with #D21EF4

Text Example


Text Example

White with #D21EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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