Html Css Color HEX #D520F6 Psychedelic Purple

📋 copy color: '#D520F6'

red 213 ◦ green 32 ◦ blue 246

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

Shades of Psychedelic Purple #D520F6

Tints of Psychedelic Purple #D520F6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.52%

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 43.38%
G = 6.52%
B = 50.1%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D520F6 (or 0xD520F6) is known color: Psychedelic Purple. HEX triplet: D5, 20 and F6. RGB value is (213,32,246). Sum of RGB (Red+Green+Blue) = 213+32+246=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #D520F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520F6 is #2ADF09. Grayscale: #6D6D6D. Windows color (decimal): -2809610 or 16130261. OLE color: 16130261.

HSL color Cylindrical-coordinate representation of color #D520F6: hue angle of 290.75º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520F6 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 32 246 -
CMYK 0.13 0.87 0 0.04
HSL 290.75º 0.92% 0.55% -
HSV(B) 290.75º 0.87% 0.96% -
XYZ 44.59 21.83 89.05 -
YUV 110.52 204.47 201.1 -
System Red Green Blue C M Y K H S L
Decimal 213 32 246 0.13 0.87 0 0.04 290.75 0.92 0.55
Hex D5 20 F6 D 57 0 4 123 5C 37
Octal 325 40 366 15 127 0 4 443 134 67
Binary 11010101 100000 11110110 1101 1010111 0 100 100100011 1011100 110111

Color Harmonies of #D520F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520F6

Black with #D520F6

Text Example


Text Example

White with #D520F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520F6; }

 p { color: rgb(213,32,246); }

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

background-color css

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

 a { background-color: rgb(213,32,246); }

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

border-color css

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

 span { border-color: rgb(213,32,246); }

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