Html Css Color HEX #D029FD Psychedelic Purple

📋 copy color: '#D029FD'

red 208 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D029FD

Tints of Psychedelic Purple #D029FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 41.43%
G = 8.17%
B = 50.4%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D029FD (or 0xD029FD) is known color: Psychedelic Purple. HEX triplet: D0, 29 and FD. RGB value is (208,41,253). Sum of RGB (Red+Green+Blue) = 208+41+253=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D029FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D029FD is #2FD602. Grayscale: #727272. Windows color (decimal): -3134979 or 16591312. OLE color: 16591312.

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

Color convert

RGB 208 41 253 -
CMYK 0.18 0.84 0 0.01
HSL 287.26º 0.98% 0.58% -
HSV(B) 287.26º 0.84% 0.99% -
XYZ 44.53 22.09 94.84 -
YUV 115.1 205.83 194.26 -
System Red Green Blue C M Y K H S L
Decimal 208 41 253 0.18 0.84 0 0.01 287.26 0.98 0.58
Hex D0 29 FD 12 54 0 1 11F 62 3A
Octal 320 51 375 22 124 0 1 437 142 72
Binary 11010000 101001 11111101 10010 1010100 0 1 100011111 1100010 111010

Color Harmonies of #D029FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D029FD

Black with #D029FD

Text Example


Text Example

White with #D029FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D029FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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