Html Css Color HEX #D527FF Psychedelic Purple

📋 copy color: '#D527FF'

red 213 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #D527FF

Tints of Psychedelic Purple #D527FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 42.01%
G = 7.69%
B = 50.3%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D527FF (or 0xD527FF) is known color: Psychedelic Purple. HEX triplet: D5, 27 and FF. RGB value is (213,39,255). Sum of RGB (Red+Green+Blue) = 213+39+255=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #D527FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527FF is #2AD800. Grayscale: #727272. Windows color (decimal): -2807809 or 16721877. OLE color: 16721877.

HSL color Cylindrical-coordinate representation of color #D527FF: hue angle of 288.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D527FF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 39 255 -
CMYK 0.16 0.85 0 0
HSL 288.33º 1% 0.58% -
HSV(B) 288.33º 0.85% 1% -
XYZ 46.22 22.82 96.58 -
YUV 115.65 206.65 197.44 -
System Red Green Blue C M Y K H S L
Decimal 213 39 255 0.16 0.85 0 0 288.33 1 0.58
Hex D5 27 FF 10 55 0 0 120 64 3A
Octal 325 47 377 20 125 0 0 440 144 72
Binary 11010101 100111 11111111 10000 1010101 0 0 100100000 1100100 111010

Color Harmonies of #D527FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527FF

Black with #D527FF

Text Example


Text Example

White with #D527FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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