Html Css Color HEX #D21BEA Psychedelic Purple

📋 copy color: '#D21BEA'

red 210 ◦ green 27 ◦ blue 234

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

Shades of Psychedelic Purple #D21BEA

Tints of Psychedelic Purple #D21BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 44.59%
G = 5.73%
B = 49.68%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D21BEA (or 0xD21BEA) is known color: Psychedelic Purple. HEX triplet: D2, 1B and EA. RGB value is (210,27,234). Sum of RGB (Red+Green+Blue) = 210+27+234=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #D21BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BEA is #2DE415. Grayscale: #686868. Windows color (decimal): -3007510 or 15342546. OLE color: 15342546.

HSL color Cylindrical-coordinate representation of color #D21BEA: hue angle of 293.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21BEA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 27 234 -
CMYK 0.10 0.88 0 0.08
HSL 293.04º 0.83% 0.51% -
HSV(B) 293.04º 0.88% 0.92% -
XYZ 41.82 20.43 79.58 -
YUV 105.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 210 27 234 0.10 0.88 0 0.08 293.04 0.83 0.51
Hex D2 1B EA A 58 0 8 125 53 33
Octal 322 33 352 12 130 0 10 445 123 63
Binary 11010010 11011 11101010 1010 1011000 0 1000 100100101 1010011 110011

Color Harmonies of #D21BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BEA

Black with #D21BEA

Text Example


Text Example

White with #D21BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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