Html Css Color HEX #D929FF Psychedelic Purple

📋 copy color: '#D929FF'

red 217 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #D929FF

Tints of Psychedelic Purple #D929FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 42.3%
G = 7.99%
B = 49.71%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D929FF (or 0xD929FF) is known color: Psychedelic Purple. HEX triplet: D9, 29 and FF. RGB value is (217,41,255). Sum of RGB (Red+Green+Blue) = 217+41+255=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 41 (16.41% from 255 or 7.99% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #D929FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929FF is #26D600. Grayscale: #757575. Windows color (decimal): -2545153 or 16722393. OLE color: 16722393.

HSL color Cylindrical-coordinate representation of color #D929FF: hue angle of 289.35º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D929FF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 41 255 -
CMYK 0.15 0.84 0 0
HSL 289.35º 1% 0.58% -
HSV(B) 289.35º 0.84% 1% -
XYZ 47.46 23.56 96.65 -
YUV 118.02 205.31 198.6 -
System Red Green Blue C M Y K H S L
Decimal 217 41 255 0.15 0.84 0 0 289.35 1 0.58
Hex D9 29 FF F 54 0 0 121 64 3A
Octal 331 51 377 17 124 0 0 441 144 72
Binary 11011001 101001 11111111 1111 1010100 0 0 100100001 1100100 111010

Color Harmonies of #D929FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929FF

Black with #D929FF

Text Example


Text Example

White with #D929FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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