Html Css Color HEX #D215EA Psychedelic Purple

📋 copy color: '#D215EA'

red 210 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #D215EA

Tints of Psychedelic Purple #D215EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.52%

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

R = 45.16%
G = 4.52%
B = 50.32%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D215EA (or 0xD215EA) is known color: Psychedelic Purple. HEX triplet: D2, 15 and EA. RGB value is (210,21,234). Sum of RGB (Red+Green+Blue) = 210+21+234=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #D215EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D215EA is #2DEA15. Grayscale: #656565. Windows color (decimal): -3009046 or 15341010. OLE color: 15341010.

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

Color convert

RGB 210 21 234 -
CMYK 0.10 0.91 0 0.08
HSL 293.24º 0.84% 0.5% -
HSV(B) 293.24º 0.91% 0.92% -
XYZ 41.7 20.18 79.54 -
YUV 101.79 202.62 205.18 -
System Red Green Blue C M Y K H S L
Decimal 210 21 234 0.10 0.91 0 0.08 293.24 0.84 0.5
Hex D2 15 EA A 5B 0 8 125 54 32
Octal 322 25 352 12 133 0 10 445 124 62
Binary 11010010 10101 11101010 1010 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D215EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215EA

Black with #D215EA

Text Example


Text Example

White with #D215EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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