Html Css Color HEX #D829FA Psychedelic Purple

📋 copy color: '#D829FA'

red 216 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #D829FA

Tints of Psychedelic Purple #D829FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 42.6%
G = 8.09%
B = 49.31%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D829FA (or 0xD829FA) is known color: Psychedelic Purple. HEX triplet: D8, 29 and FA. RGB value is (216,41,250). Sum of RGB (Red+Green+Blue) = 216+41+250=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #D829FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D829FA is #27D605. Grayscale: #747474. Windows color (decimal): -2610694 or 16394712. OLE color: 16394712.

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

Color convert

RGB 216 41 250 -
CMYK 0.14 0.84 0 0.02
HSL 290.24º 0.95% 0.57% -
HSV(B) 290.24º 0.84% 0.98% -
XYZ 46.37 23.09 92.45 -
YUV 117.15 202.98 198.51 -
System Red Green Blue C M Y K H S L
Decimal 216 41 250 0.14 0.84 0 0.02 290.24 0.95 0.57
Hex D8 29 FA E 54 0 2 122 5F 39
Octal 330 51 372 16 124 0 2 442 137 71
Binary 11011000 101001 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D829FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829FA

Black with #D829FA

Text Example


Text Example

White with #D829FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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