Html Css Color HEX #D919EB Psychedelic Purple

📋 copy color: '#D919EB'

red 217 ◦ green 25 ◦ blue 235

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

Shades of Psychedelic Purple #D919EB

Tints of Psychedelic Purple #D919EB

RGB

 RED value IS 217 (85.16% from 255) = 45.49%

 GREEN value IS 25 (10.16% from 255) = 5.24%

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

R = 45.49%
G = 5.24%
B = 49.27%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D919EB (or 0xD919EB) is known color: Psychedelic Purple. HEX triplet: D9, 19 and EB. RGB value is (217,25,235). Sum of RGB (Red+Green+Blue) = 217+25+235=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D919EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919EB is #26E614. Grayscale: #696969. Windows color (decimal): -2549269 or 15407577. OLE color: 15407577.

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

Color convert

RGB 217 25 235 -
CMYK 0.08 0.89 0 0.08
HSL 294.86º 0.84% 0.51% -
HSV(B) 294.86º 0.89% 0.92% -
XYZ 43.96 21.45 80.42 -
YUV 106.35 200.61 206.92 -
System Red Green Blue C M Y K H S L
Decimal 217 25 235 0.08 0.89 0 0.08 294.86 0.84 0.51
Hex D9 19 EB 8 59 0 8 127 54 33
Octal 331 31 353 10 131 0 10 447 124 63
Binary 11011001 11001 11101011 1000 1011001 0 1000 100100111 1010100 110011

Color Harmonies of #D919EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919EB

Black with #D919EB

Text Example


Text Example

White with #D919EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919EB; }

 p { color: rgb(217,25,235); }

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

background-color css

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

 a { background-color: rgb(217,25,235); }

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

border-color css

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

 span { border-color: rgb(217,25,235); }

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