Html Css Color HEX #D21BEE Psychedelic Purple

📋 copy color: '#D21BEE'

red 210 ◦ green 27 ◦ blue 238

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

Shades of Psychedelic Purple #D21BEE

Tints of Psychedelic Purple #D21BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.68%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 44.21%
G = 5.68%
B = 50.11%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D21BEE (or 0xD21BEE) is known color: Psychedelic Purple. HEX triplet: D2, 1B and EE. RGB value is (210,27,238). Sum of RGB (Red+Green+Blue) = 210+27+238=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #D21BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BEE is #2DE411. Grayscale: #696969. Windows color (decimal): -3007506 or 15604690. OLE color: 15604690.

HSL color Cylindrical-coordinate representation of color #D21BEE: hue angle of 292.04º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21BEE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 27 238 -
CMYK 0.12 0.89 0 0.07
HSL 292.04º 0.86% 0.52% -
HSV(B) 292.04º 0.89% 0.93% -
XYZ 42.4 20.66 82.64 -
YUV 105.77 202.63 202.34 -
System Red Green Blue C M Y K H S L
Decimal 210 27 238 0.12 0.89 0 0.07 292.04 0.86 0.52
Hex D2 1B EE C 59 0 7 124 56 34
Octal 322 33 356 14 131 0 7 444 126 64
Binary 11010010 11011 11101110 1100 1011001 0 111 100100100 1010110 110100

Color Harmonies of #D21BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BEE

Black with #D21BEE

Text Example


Text Example

White with #D21BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BEE; }

 p { color: rgb(210,27,238); }

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

background-color css

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

 a { background-color: rgb(210,27,238); }

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

border-color css

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

 span { border-color: rgb(210,27,238); }

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