Html Css Color HEX #D029FF Psychedelic Purple

📋 copy color: '#D029FF'

red 208 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #D029FF

Tints of Psychedelic Purple #D029FF

RGB

 RED value IS 208 (81.64% from 255) = 41.27%

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 41.27%
G = 8.13%
B = 50.6%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D029FF (or 0xD029FF) is known color: Psychedelic Purple. HEX triplet: D0, 29 and FF. RGB value is (208,41,255). Sum of RGB (Red+Green+Blue) = 208+41+255=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D029FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D029FF is #2FD600. Grayscale: #727272. Windows color (decimal): -3134977 or 16722384. OLE color: 16722384.

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

Color convert

RGB 208 41 255 -
CMYK 0.18 0.84 0 0
HSL 286.82º 1% 0.58% -
HSV(B) 286.82º 0.84% 1% -
XYZ 44.86 22.22 96.53 -
YUV 115.33 206.83 194.1 -
System Red Green Blue C M Y K H S L
Decimal 208 41 255 0.18 0.84 0 0 286.82 1 0.58
Hex D0 29 FF 12 54 0 0 11F 64 3A
Octal 320 51 377 22 124 0 0 437 144 72
Binary 11010000 101001 11111111 10010 1010100 0 0 100011111 1100100 111010

Color Harmonies of #D029FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D029FF

Black with #D029FF

Text Example


Text Example

White with #D029FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D029FF; }

 p { color: rgb(208,41,255); }

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

background-color css

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

 a { background-color: rgb(208,41,255); }

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

border-color css

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

 span { border-color: rgb(208,41,255); }

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