Html Css Color HEX #D523F2 Psychedelic Purple

📋 copy color: '#D523F2'

red 213 ◦ green 35 ◦ blue 242

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

Shades of Psychedelic Purple #D523F2

Tints of Psychedelic Purple #D523F2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.14%

 BLUE value IS 242 (94.92% from 255) = 49.39%

R = 43.47%
G = 7.14%
B = 49.39%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D523F2 (or 0xD523F2) is known color: Psychedelic Purple. HEX triplet: D5, 23 and F2. RGB value is (213,35,242). Sum of RGB (Red+Green+Blue) = 213+35+242=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #D523F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523F2 is #2ADC0D. Grayscale: #6F6F6F. Windows color (decimal): -2808846 or 15868885. OLE color: 15868885.

HSL color Cylindrical-coordinate representation of color #D523F2: hue angle of 291.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D523F2 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 35 242 -
CMYK 0.12 0.86 0 0.05
HSL 291.59º 0.89% 0.54% -
HSV(B) 291.59º 0.86% 0.95% -
XYZ 44.07 21.76 85.88 -
YUV 111.82 201.47 200.17 -
System Red Green Blue C M Y K H S L
Decimal 213 35 242 0.12 0.86 0 0.05 291.59 0.89 0.54
Hex D5 23 F2 C 56 0 5 124 59 36
Octal 325 43 362 14 126 0 5 444 131 66
Binary 11010101 100011 11110010 1100 1010110 0 101 100100100 1011001 110110

Color Harmonies of #D523F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523F2

Black with #D523F2

Text Example


Text Example

White with #D523F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523F2; }

 p { color: rgb(213,35,242); }

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

background-color css

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

 a { background-color: rgb(213,35,242); }

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

border-color css

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

 span { border-color: rgb(213,35,242); }

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