Html Css Color HEX #D929FE Psychedelic Purple

📋 copy color: '#D929FE'

red 217 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #D929FE

Tints of Psychedelic Purple #D929FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 42.38%
G = 8.01%
B = 49.61%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D929FE (or 0xD929FE) is known color: Psychedelic Purple. HEX triplet: D9, 29 and FE. RGB value is (217,41,254). Sum of RGB (Red+Green+Blue) = 217+41+254=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #D929FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929FE is #26D601. Grayscale: #757575. Windows color (decimal): -2545154 or 16656857. OLE color: 16656857.

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

Color convert

RGB 217 41 254 -
CMYK 0.15 0.84 0 0.00
HSL 289.58º 0.99% 0.58% -
HSV(B) 289.58º 0.84% 1% -
XYZ 47.3 23.49 95.81 -
YUV 117.91 204.81 198.68 -
System Red Green Blue C M Y K H S L
Decimal 217 41 254 0.15 0.84 0 0.00 289.58 0.99 0.58
Hex D9 29 FE F 54 0 0 122 63 3A
Octal 331 51 376 17 124 0 0 442 143 72
Binary 11011001 101001 11111110 1111 1010100 0 0 100100010 1100011 111010

Color Harmonies of #D929FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929FE

Black with #D929FE

Text Example


Text Example

White with #D929FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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