Html Css Color HEX #D929FD Psychedelic Purple

📋 copy color: '#D929FD'

red 217 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D929FD

Tints of Psychedelic Purple #D929FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 42.47%
G = 8.02%
B = 49.51%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D929FD (or 0xD929FD) is known color: Psychedelic Purple. HEX triplet: D9, 29 and FD. RGB value is (217,41,253). Sum of RGB (Red+Green+Blue) = 217+41+253=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #D929FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929FD is #26D602. Grayscale: #757575. Windows color (decimal): -2545155 or 16591321. OLE color: 16591321.

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

Color convert

RGB 217 41 253 -
CMYK 0.14 0.84 0 0.01
HSL 289.81º 0.98% 0.58% -
HSV(B) 289.81º 0.84% 0.99% -
XYZ 47.14 23.43 94.97 -
YUV 117.79 204.31 198.76 -
System Red Green Blue C M Y K H S L
Decimal 217 41 253 0.14 0.84 0 0.01 289.81 0.98 0.58
Hex D9 29 FD E 54 0 1 122 62 3A
Octal 331 51 375 16 124 0 1 442 142 72
Binary 11011001 101001 11111101 1110 1010100 0 1 100100010 1100010 111010

Color Harmonies of #D929FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929FD

Black with #D929FD

Text Example


Text Example

White with #D929FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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