Html Css Color HEX #D529FB Psychedelic Purple

📋 copy color: '#D529FB'

red 213 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #D529FB

Tints of Psychedelic Purple #D529FB

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

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

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

R = 42.18%
G = 8.12%
B = 49.7%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D529FB (or 0xD529FB) is known color: Psychedelic Purple. HEX triplet: D5, 29 and FB. RGB value is (213,41,251). Sum of RGB (Red+Green+Blue) = 213+41+251=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #D529FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529FB is #2AD604. Grayscale: #737373. Windows color (decimal): -2807301 or 16460245. OLE color: 16460245.

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

Color convert

RGB 213 41 251 -
CMYK 0.15 0.84 0 0.02
HSL 289.14º 0.96% 0.57% -
HSV(B) 289.14º 0.84% 0.98% -
XYZ 45.65 22.7 93.24 -
YUV 116.37 203.98 196.92 -
System Red Green Blue C M Y K H S L
Decimal 213 41 251 0.15 0.84 0 0.02 289.14 0.96 0.57
Hex D5 29 FB F 54 0 2 121 60 39
Octal 325 51 373 17 124 0 2 441 140 71
Binary 11010101 101001 11111011 1111 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D529FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529FB

Black with #D529FB

Text Example


Text Example

White with #D529FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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