Html Css Color HEX #D214EB Psychedelic Purple

📋 copy color: '#D214EB'

red 210 ◦ green 20 ◦ blue 235

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

Shades of Psychedelic Purple #D214EB

Tints of Psychedelic Purple #D214EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.3%

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 45.16%
G = 4.3%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D214EB (or 0xD214EB) is known color: Psychedelic Purple. HEX triplet: D2, 14 and EB. RGB value is (210,20,235). Sum of RGB (Red+Green+Blue) = 210+20+235=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #D214EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214EB is #2DEB14. Grayscale: #646464. Windows color (decimal): -3009301 or 15406290. OLE color: 15406290.

HSL color Cylindrical-coordinate representation of color #D214EB: hue angle of 293.02º 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 #D214EB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 20 235 -
CMYK 0.11 0.91 0 0.08
HSL 293.02º 0.84% 0.5% -
HSV(B) 293.02º 0.91% 0.92% -
XYZ 41.82 20.2 80.29 -
YUV 101.32 203.45 205.52 -
System Red Green Blue C M Y K H S L
Decimal 210 20 235 0.11 0.91 0 0.08 293.02 0.84 0.5
Hex D2 14 EB B 5B 0 8 125 54 32
Octal 322 24 353 13 133 0 10 445 124 62
Binary 11010010 10100 11101011 1011 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D214EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214EB

Black with #D214EB

Text Example


Text Example

White with #D214EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214EB; }

 p { color: rgb(210,20,235); }

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

background-color css

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

 a { background-color: rgb(210,20,235); }

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

border-color css

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

 span { border-color: rgb(210,20,235); }

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