Html Css Color HEX #D52EFA Psychedelic Purple

📋 copy color: '#D52EFA'

red 213 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #D52EFA

Tints of Psychedelic Purple #D52EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 41.85%
G = 9.04%
B = 49.12%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D52EFA (or 0xD52EFA) is known color: Psychedelic Purple. HEX triplet: D5, 2E and FA. RGB value is (213,46,250). Sum of RGB (Red+Green+Blue) = 213+46+250=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #D52EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EFA is #2AD105. Grayscale: #767676. Windows color (decimal): -2806022 or 16395989. OLE color: 16395989.

HSL color Cylindrical-coordinate representation of color #D52EFA: hue angle of 289.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52EFA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 46 250 -
CMYK 0.15 0.82 0 0.02
HSL 289.12º 0.95% 0.58% -
HSV(B) 289.12º 0.82% 0.98% -
XYZ 45.67 23 92.48 -
YUV 119.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 213 46 250 0.15 0.82 0 0.02 289.12 0.95 0.58
Hex D5 2E FA F 52 0 2 121 5F 3A
Octal 325 56 372 17 122 0 2 441 137 72
Binary 11010101 101110 11111010 1111 1010010 0 10 100100001 1011111 111010

Color Harmonies of #D52EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EFA

Black with #D52EFA

Text Example


Text Example

White with #D52EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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