Html Css Color HEX #D21EFE Psychedelic Purple

📋 copy color: '#D21EFE'

red 210 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #D21EFE

Tints of Psychedelic Purple #D21EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 42.51%
G = 6.07%
B = 51.42%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D21EFE (or 0xD21EFE) is known color: Psychedelic Purple. HEX triplet: D2, 1E and FE. RGB value is (210,30,254). Sum of RGB (Red+Green+Blue) = 210+30+254=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #D21EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EFE is #2DE101. Grayscale: #6C6C6C. Windows color (decimal): -3006722 or 16654034. OLE color: 16654034.

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

Color convert

RGB 210 30 254 -
CMYK 0.17 0.88 0 0.00
HSL 288.21º 0.99% 0.56% -
HSV(B) 288.21º 0.88% 1% -
XYZ 44.93 21.79 95.6 -
YUV 109.36 209.63 199.79 -
System Red Green Blue C M Y K H S L
Decimal 210 30 254 0.17 0.88 0 0.00 288.21 0.99 0.56
Hex D2 1E FE 11 58 0 0 120 63 38
Octal 322 36 376 21 130 0 0 440 143 70
Binary 11010010 11110 11111110 10001 1011000 0 0 100100000 1100011 111000

Color Harmonies of #D21EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EFE

Black with #D21EFE

Text Example


Text Example

White with #D21EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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