Html Css Color HEX #D215EC Psychedelic Purple

📋 copy color: '#D215EC'

red 210 ◦ green 21 ◦ blue 236

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

Shades of Psychedelic Purple #D215EC

Tints of Psychedelic Purple #D215EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 44.97%
G = 4.5%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D215EC (or 0xD215EC) is known color: Psychedelic Purple. HEX triplet: D2, 15 and EC. RGB value is (210,21,236). Sum of RGB (Red+Green+Blue) = 210+21+236=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D215EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D215EC is #2DEA13. Grayscale: #656565. Windows color (decimal): -3009044 or 15472082. OLE color: 15472082.

HSL color Cylindrical-coordinate representation of color #D215EC: hue angle of 292.74º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D215EC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 21 236 -
CMYK 0.11 0.91 0 0.07
HSL 292.74º 0.85% 0.5% -
HSV(B) 292.74º 0.91% 0.93% -
XYZ 41.99 20.29 81.06 -
YUV 102.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 210 21 236 0.11 0.91 0 0.07 292.74 0.85 0.5
Hex D2 15 EC B 5B 0 7 125 55 32
Octal 322 25 354 13 133 0 7 445 125 62
Binary 11010010 10101 11101100 1011 1011011 0 111 100100101 1010101 110010

Color Harmonies of #D215EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215EC

Black with #D215EC

Text Example


Text Example

White with #D215EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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