Html Css Color HEX #D429FD Psychedelic Purple

📋 copy color: '#D429FD'

red 212 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D429FD

Tints of Psychedelic Purple #D429FD

RGB

 RED value IS 212 (83.2% from 255) = 41.9%

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

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

R = 41.9%
G = 8.1%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D429FD (or 0xD429FD) is known color: Psychedelic Purple. HEX triplet: D4, 29 and FD. RGB value is (212,41,253). Sum of RGB (Red+Green+Blue) = 212+41+253=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #D429FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429FD is #2BD602. Grayscale: #737373. Windows color (decimal): -2872835 or 16591316. OLE color: 16591316.

HSL color Cylindrical-coordinate representation of color #D429FD: hue angle of 288.4º 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 #D429FD is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 41 253 -
CMYK 0.16 0.84 0 0.01
HSL 288.4º 0.98% 0.58% -
HSV(B) 288.4º 0.84% 0.99% -
XYZ 45.67 22.67 94.9 -
YUV 116.3 205.15 196.26 -
System Red Green Blue C M Y K H S L
Decimal 212 41 253 0.16 0.84 0 0.01 288.4 0.98 0.58
Hex D4 29 FD 10 54 0 1 120 62 3A
Octal 324 51 375 20 124 0 1 440 142 72
Binary 11010100 101001 11111101 10000 1010100 0 1 100100000 1100010 111010

Color Harmonies of #D429FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429FD

Black with #D429FD

Text Example


Text Example

White with #D429FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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