Html Css Color HEX #D21EE7 Psychedelic Purple

📋 copy color: '#D21EE7'

red 210 ◦ green 30 ◦ blue 231

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

Shades of Psychedelic Purple #D21EE7

Tints of Psychedelic Purple #D21EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 44.59%
G = 6.37%
B = 49.04%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D21EE7 (or 0xD21EE7) is known color: Psychedelic Purple. HEX triplet: D2, 1E and E7. RGB value is (210,30,231). Sum of RGB (Red+Green+Blue) = 210+30+231=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #D21EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EE7 is #2DE118. Grayscale: #6A6A6A. Windows color (decimal): -3006745 or 15146706. OLE color: 15146706.

HSL color Cylindrical-coordinate representation of color #D21EE7: hue angle of 293.73º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21EE7 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 30 231 -
CMYK 0.09 0.87 0 0.09
HSL 293.73º 0.81% 0.51% -
HSV(B) 293.73º 0.87% 0.91% -
XYZ 41.47 20.4 77.35 -
YUV 106.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 210 30 231 0.09 0.87 0 0.09 293.73 0.81 0.51
Hex D2 1E E7 9 57 0 9 126 51 33
Octal 322 36 347 11 127 0 11 446 121 63
Binary 11010010 11110 11100111 1001 1010111 0 1001 100100110 1010001 110011

Color Harmonies of #D21EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EE7

Black with #D21EE7

Text Example


Text Example

White with #D21EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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