Html Css Color HEX #D929F5 Psychedelic Purple

📋 copy color: '#D929F5'

red 217 ◦ green 41 ◦ blue 245

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

Shades of Psychedelic Purple #D929F5

Tints of Psychedelic Purple #D929F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 43.14%
G = 8.15%
B = 48.71%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D929F5 (or 0xD929F5) is known color: Psychedelic Purple. HEX triplet: D9, 29 and F5. RGB value is (217,41,245). Sum of RGB (Red+Green+Blue) = 217+41+245=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #D929F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929F5 is #26D60A. Grayscale: #747474. Windows color (decimal): -2545163 or 16067033. OLE color: 16067033.

HSL color Cylindrical-coordinate representation of color #D929F5: hue angle of 291.76º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D929F5 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 41 245 -
CMYK 0.11 0.83 0 0.04
HSL 291.76º 0.91% 0.56% -
HSV(B) 291.76º 0.83% 0.96% -
XYZ 45.89 22.93 88.39 -
YUV 116.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 217 41 245 0.11 0.83 0 0.04 291.76 0.91 0.56
Hex D9 29 F5 B 53 0 4 124 5B 38
Octal 331 51 365 13 123 0 4 444 133 70
Binary 11011001 101001 11110101 1011 1010011 0 100 100100100 1011011 111000

Color Harmonies of #D929F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929F5

Black with #D929F5

Text Example


Text Example

White with #D929F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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