Html Css Color HEX #D929EB Psychedelic Purple

📋 copy color: '#D929EB'

red 217 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #D929EB

Tints of Psychedelic Purple #D929EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.32%

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

R = 44.02%
G = 8.32%
B = 47.67%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D929EB (or 0xD929EB) is known color: Psychedelic Purple. HEX triplet: D9, 29 and EB. RGB value is (217,41,235). Sum of RGB (Red+Green+Blue) = 217+41+235=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #D929EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929EB is #26D614. Grayscale: #737373. Windows color (decimal): -2545173 or 15411673. OLE color: 15411673.

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

Color convert

RGB 217 41 235 -
CMYK 0.08 0.83 0 0.08
HSL 294.43º 0.83% 0.54% -
HSV(B) 294.43º 0.83% 0.92% -
XYZ 44.4 22.34 80.57 -
YUV 115.74 195.31 200.23 -
System Red Green Blue C M Y K H S L
Decimal 217 41 235 0.08 0.83 0 0.08 294.43 0.83 0.54
Hex D9 29 EB 8 53 0 8 126 53 36
Octal 331 51 353 10 123 0 10 446 123 66
Binary 11011001 101001 11101011 1000 1010011 0 1000 100100110 1010011 110110

Color Harmonies of #D929EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929EB

Black with #D929EB

Text Example


Text Example

White with #D929EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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