Html Css Color HEX #D527FB Psychedelic Purple

📋 copy color: '#D527FB'

red 213 ◦ green 39 ◦ blue 251

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

Shades of Psychedelic Purple #D527FB

Tints of Psychedelic Purple #D527FB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.75%

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

R = 42.35%
G = 7.75%
B = 49.9%

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

#D527FB (or 0xD527FB) is known color: Psychedelic Purple. HEX triplet: D5, 27 and FB. RGB value is (213,39,251). Sum of RGB (Red+Green+Blue) = 213+39+251=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #D527FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527FB is #2AD804. Grayscale: #727272. Windows color (decimal): -2807813 or 16459733. OLE color: 16459733.

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

Color convert

RGB 213 39 251 -
CMYK 0.15 0.84 0 0.02
HSL 289.25º 0.96% 0.57% -
HSV(B) 289.25º 0.84% 0.98% -
XYZ 45.58 22.56 93.22 -
YUV 115.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 213 39 251 0.15 0.84 0 0.02 289.25 0.96 0.57
Hex D5 27 FB F 54 0 2 121 60 39
Octal 325 47 373 17 124 0 2 441 140 71
Binary 11010101 100111 11111011 1111 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D527FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527FB

Black with #D527FB

Text Example


Text Example

White with #D527FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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