Html Css Color HEX #D829F0 Psychedelic Purple

📋 copy color: '#D829F0'

red 216 ◦ green 41 ◦ blue 240

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

Shades of Psychedelic Purple #D829F0

Tints of Psychedelic Purple #D829F0

RGB

 RED value IS 216 (84.77% from 255) = 43.46%

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

 BLUE value IS 240 (94.14% from 255) = 48.29%

R = 43.46%
G = 8.25%
B = 48.29%

CMYK

 C value IS 0.1

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D829F0 (or 0xD829F0) is known color: Psychedelic Purple. HEX triplet: D8, 29 and F0. RGB value is (216,41,240). Sum of RGB (Red+Green+Blue) = 216+41+240=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #D829F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D829F0 is #27D60F. Grayscale: #737373. Windows color (decimal): -2610704 or 15739352. OLE color: 15739352.

HSL color Cylindrical-coordinate representation of color #D829F0: hue angle of 292.76º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D829F0 is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 41 240 -
CMYK 0.1 0.83 0 0.06
HSL 292.76º 0.87% 0.55% -
HSV(B) 292.76º 0.83% 0.94% -
XYZ 44.84 22.48 84.41 -
YUV 116.01 197.98 199.32 -
System Red Green Blue C M Y K H S L
Decimal 216 41 240 0.1 0.83 0 0.06 292.76 0.87 0.55
Hex D8 29 F0 A 53 0 6 125 57 37
Octal 330 51 360 12 123 0 6 445 127 67
Binary 11011000 101001 11110000 1010 1010011 0 110 100100101 1010111 110111

Color Harmonies of #D829F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829F0

Black with #D829F0

Text Example


Text Example

White with #D829F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829F0; }

 p { color: rgb(216,41,240); }

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

background-color css

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

 a { background-color: rgb(216,41,240); }

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

border-color css

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

 span { border-color: rgb(216,41,240); }

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