Html Css Color HEX #D21EFF Psychedelic Purple

📋 copy color: '#D21EFF'

red 210 ◦ green 30 ◦ blue 255

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

Shades of Psychedelic Purple #D21EFF

Tints of Psychedelic Purple #D21EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 42.42%
G = 6.06%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D21EFF (or 0xD21EFF) is known color: Psychedelic Purple. HEX triplet: D2, 1E and FF. RGB value is (210,30,255). Sum of RGB (Red+Green+Blue) = 210+30+255=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #D21EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EFF is #2DE100. Grayscale: #6C6C6C. Windows color (decimal): -3006721 or 16719570. OLE color: 16719570.

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

Color convert

RGB 210 30 255 -
CMYK 0.18 0.88 0 0
HSL 288º 1% 0.56% -
HSV(B) 288º 0.88% 1% -
XYZ 45.09 21.85 96.45 -
YUV 109.47 210.13 199.7 -
System Red Green Blue C M Y K H S L
Decimal 210 30 255 0.18 0.88 0 0 288 1 0.56
Hex D2 1E FF 12 58 0 0 120 64 38
Octal 322 36 377 22 130 0 0 440 144 70
Binary 11010010 11110 11111111 10010 1011000 0 0 100100000 1100100 111000

Color Harmonies of #D21EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EFF

Black with #D21EFF

Text Example


Text Example

White with #D21EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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