Html Css Color HEX #D526FB Psychedelic Purple

📋 copy color: '#D526FB'

red 213 ◦ green 38 ◦ blue 251

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

Shades of Psychedelic Purple #D526FB

Tints of Psychedelic Purple #D526FB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.57%

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

R = 42.43%
G = 7.57%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D526FB (or 0xD526FB) is known color: Psychedelic Purple. HEX triplet: D5, 26 and FB. RGB value is (213,38,251). Sum of RGB (Red+Green+Blue) = 213+38+251=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #D526FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526FB is #2AD904. Grayscale: #717171. Windows color (decimal): -2808069 or 16459477. OLE color: 16459477.

HSL color Cylindrical-coordinate representation of color #D526FB: hue angle of 289.3º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D526FB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 38 251 -
CMYK 0.15 0.85 0 0.02
HSL 289.3º 0.96% 0.57% -
HSV(B) 289.3º 0.85% 0.98% -
XYZ 45.55 22.5 93.21 -
YUV 114.61 204.98 198.18 -
System Red Green Blue C M Y K H S L
Decimal 213 38 251 0.15 0.85 0 0.02 289.3 0.96 0.57
Hex D5 26 FB F 55 0 2 121 60 39
Octal 325 46 373 17 125 0 2 441 140 71
Binary 11010101 100110 11111011 1111 1010101 0 10 100100001 1100000 111001

Color Harmonies of #D526FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526FB

Black with #D526FB

Text Example


Text Example

White with #D526FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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