Html Css Color HEX #D21EEB Psychedelic Purple

📋 copy color: '#D21EEB'

red 210 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #D21EEB

Tints of Psychedelic Purple #D21EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 44.21%
G = 6.32%
B = 49.47%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D21EEB (or 0xD21EEB) is known color: Psychedelic Purple. HEX triplet: D2, 1E and EB. RGB value is (210,30,235). Sum of RGB (Red+Green+Blue) = 210+30+235=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #D21EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EEB is #2DE114. Grayscale: #6A6A6A. Windows color (decimal): -3006741 or 15408850. OLE color: 15408850.

HSL color Cylindrical-coordinate representation of color #D21EEB: hue angle of 292.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21EEB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 30 235 -
CMYK 0.11 0.87 0 0.08
HSL 292.68º 0.84% 0.52% -
HSV(B) 292.68º 0.87% 0.92% -
XYZ 42.04 20.63 80.36 -
YUV 107.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 210 30 235 0.11 0.87 0 0.08 292.68 0.84 0.52
Hex D2 1E EB B 57 0 8 125 54 34
Octal 322 36 353 13 127 0 10 445 124 64
Binary 11010010 11110 11101011 1011 1010111 0 1000 100100101 1010100 110100

Color Harmonies of #D21EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EEB

Black with #D21EEB

Text Example


Text Example

White with #D21EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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