Html Css Color HEX #D21EFD Psychedelic Purple

📋 copy color: '#D21EFD'

red 210 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #D21EFD

Tints of Psychedelic Purple #D21EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 42.6%
G = 6.09%
B = 51.32%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D21EFD (or 0xD21EFD) is known color: Psychedelic Purple. HEX triplet: D2, 1E and FD. RGB value is (210,30,253). Sum of RGB (Red+Green+Blue) = 210+30+253=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #D21EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EFD is #2DE102. Grayscale: #6C6C6C. Windows color (decimal): -3006723 or 16588498. OLE color: 16588498.

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

Color convert

RGB 210 30 253 -
CMYK 0.17 0.88 0 0.01
HSL 288.43º 0.98% 0.55% -
HSV(B) 288.43º 0.88% 0.99% -
XYZ 44.77 21.72 94.76 -
YUV 109.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 210 30 253 0.17 0.88 0 0.01 288.43 0.98 0.55
Hex D2 1E FD 11 58 0 1 120 62 37
Octal 322 36 375 21 130 0 1 440 142 67
Binary 11010010 11110 11111101 10001 1011000 0 1 100100000 1100010 110111

Color Harmonies of #D21EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EFD

Black with #D21EFD

Text Example


Text Example

White with #D21EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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