Html Css Color HEX #D52EF2 Psychedelic Purple

📋 copy color: '#D52EF2'

red 213 ◦ green 46 ◦ blue 242

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

Shades of Psychedelic Purple #D52EF2

Tints of Psychedelic Purple #D52EF2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.18%

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

R = 42.51%
G = 9.18%
B = 48.3%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D52EF2 (or 0xD52EF2) is known color: Psychedelic Purple. HEX triplet: D5, 2E and F2. RGB value is (213,46,242). Sum of RGB (Red+Green+Blue) = 213+46+242=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #D52EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EF2 is #2AD10D. Grayscale: #757575. Windows color (decimal): -2806030 or 15871701. OLE color: 15871701.

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

Color convert

RGB 213 46 242 -
CMYK 0.12 0.81 0 0.05
HSL 291.12º 0.88% 0.56% -
HSV(B) 291.12º 0.81% 0.95% -
XYZ 44.44 22.51 86.01 -
YUV 118.28 197.83 195.56 -
System Red Green Blue C M Y K H S L
Decimal 213 46 242 0.12 0.81 0 0.05 291.12 0.88 0.56
Hex D5 2E F2 C 51 0 5 123 58 38
Octal 325 56 362 14 121 0 5 443 130 70
Binary 11010101 101110 11110010 1100 1010001 0 101 100100011 1011000 111000

Color Harmonies of #D52EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EF2

Black with #D52EF2

Text Example


Text Example

White with #D52EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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