Html Css Color HEX #D429FB Psychedelic Purple

📋 copy color: '#D429FB'

red 212 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #D429FB

Tints of Psychedelic Purple #D429FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 42.06%
G = 8.13%
B = 49.8%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D429FB (or 0xD429FB) is known color: Psychedelic Purple. HEX triplet: D4, 29 and FB. RGB value is (212,41,251). Sum of RGB (Red+Green+Blue) = 212+41+251=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #D429FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429FB is #2BD604. Grayscale: #737373. Windows color (decimal): -2872837 or 16460244. OLE color: 16460244.

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

Color convert

RGB 212 41 251 -
CMYK 0.16 0.84 0 0.02
HSL 288.86º 0.96% 0.57% -
HSV(B) 288.86º 0.84% 0.98% -
XYZ 45.36 22.55 93.23 -
YUV 116.07 204.15 196.42 -
System Red Green Blue C M Y K H S L
Decimal 212 41 251 0.16 0.84 0 0.02 288.86 0.96 0.57
Hex D4 29 FB 10 54 0 2 121 60 39
Octal 324 51 373 20 124 0 2 441 140 71
Binary 11010100 101001 11111011 10000 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D429FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429FB

Black with #D429FB

Text Example


Text Example

White with #D429FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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