Html Css Color HEX #D929E5 Psychedelic Purple

📋 copy color: '#D929E5'

red 217 ◦ green 41 ◦ blue 229

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

Shades of Psychedelic Purple #D929E5

Tints of Psychedelic Purple #D929E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 44.56%
G = 8.42%
B = 47.02%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D929E5 (or 0xD929E5) is known color: Psychedelic Purple. HEX triplet: D9, 29 and E5. RGB value is (217,41,229). Sum of RGB (Red+Green+Blue) = 217+41+229=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #D929E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929E5 is #26D61A. Grayscale: #727272. Windows color (decimal): -2545179 or 15018457. OLE color: 15018457.

HSL color Cylindrical-coordinate representation of color #D929E5: hue angle of 296.17º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D929E5 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 41 229 -
CMYK 0.05 0.82 0 0.10
HSL 296.17º 0.78% 0.53% -
HSV(B) 296.17º 0.82% 0.9% -
XYZ 43.55 21.99 76.08 -
YUV 115.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 217 41 229 0.05 0.82 0 0.10 296.17 0.78 0.53
Hex D9 29 E5 5 52 0 A 128 4E 35
Octal 331 51 345 5 122 0 12 450 116 65
Binary 11011001 101001 11100101 101 1010010 0 1010 100101000 1001110 110101

Color Harmonies of #D929E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929E5

Black with #D929E5

Text Example


Text Example

White with #D929E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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