Html Css Color HEX #D522FB Psychedelic Purple

📋 copy color: '#D522FB'

red 213 ◦ green 34 ◦ blue 251

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

Shades of Psychedelic Purple #D522FB

Tints of Psychedelic Purple #D522FB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.83%

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

R = 42.77%
G = 6.83%
B = 50.4%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D522FB (or 0xD522FB) is known color: Psychedelic Purple. HEX triplet: D5, 22 and FB. RGB value is (213,34,251). Sum of RGB (Red+Green+Blue) = 213+34+251=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 34 (13.67% from 255 or 6.83% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #D522FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D522FB is #2ADD04. Grayscale: #6F6F6F. Windows color (decimal): -2809093 or 16458453. OLE color: 16458453.

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

Color convert

RGB 213 34 251 -
CMYK 0.15 0.86 0 0.02
HSL 289.49º 0.96% 0.56% -
HSV(B) 289.49º 0.86% 0.98% -
XYZ 45.43 22.26 93.17 -
YUV 112.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 213 34 251 0.15 0.86 0 0.02 289.49 0.96 0.56
Hex D5 22 FB F 56 0 2 121 60 38
Octal 325 42 373 17 126 0 2 441 140 70
Binary 11010101 100010 11111011 1111 1010110 0 10 100100001 1100000 111000

Color Harmonies of #D522FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522FB

Black with #D522FB

Text Example


Text Example

White with #D522FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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