Html Css Color HEX #D21DEA Psychedelic Purple

📋 copy color: '#D21DEA'

red 210 ◦ green 29 ◦ blue 234

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

Shades of Psychedelic Purple #D21DEA

Tints of Psychedelic Purple #D21DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.13%

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

R = 44.4%
G = 6.13%
B = 49.47%

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

#D21DEA (or 0xD21DEA) is known color: Psychedelic Purple. HEX triplet: D2, 1D and EA. RGB value is (210,29,234). Sum of RGB (Red+Green+Blue) = 210+29+234=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #D21DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DEA is #2DE215. Grayscale: #696969. Windows color (decimal): -3006998 or 15343058. OLE color: 15343058.

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

Color convert

RGB 210 29 234 -
CMYK 0.10 0.88 0 0.08
HSL 292.98º 0.83% 0.52% -
HSV(B) 292.98º 0.88% 0.92% -
XYZ 41.87 20.52 79.6 -
YUV 106.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 210 29 234 0.10 0.88 0 0.08 292.98 0.83 0.52
Hex D2 1D EA A 58 0 8 125 53 34
Octal 322 35 352 12 130 0 10 445 123 64
Binary 11010010 11101 11101010 1010 1011000 0 1000 100100101 1010011 110100

Color Harmonies of #D21DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DEA

Black with #D21DEA

Text Example


Text Example

White with #D21DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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