Html Css Color HEX #D52EF4 Psychedelic Purple

📋 copy color: '#D52EF4'

red 213 ◦ green 46 ◦ blue 244

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

Shades of Psychedelic Purple #D52EF4

Tints of Psychedelic Purple #D52EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.51%

R = 42.35%
G = 9.15%
B = 48.51%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D52EF4 (or 0xD52EF4) is known color: Psychedelic Purple. HEX triplet: D5, 2E and F4. RGB value is (213,46,244). Sum of RGB (Red+Green+Blue) = 213+46+244=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #D52EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EF4 is #2AD10B. Grayscale: #757575. Windows color (decimal): -2806028 or 16002773. OLE color: 16002773.

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

Color convert

RGB 213 46 244 -
CMYK 0.13 0.81 0 0.04
HSL 290.61º 0.9% 0.57% -
HSV(B) 290.61º 0.81% 0.96% -
XYZ 44.75 22.63 87.6 -
YUV 118.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 213 46 244 0.13 0.81 0 0.04 290.61 0.9 0.57
Hex D5 2E F4 D 51 0 4 123 5A 39
Octal 325 56 364 15 121 0 4 443 132 71
Binary 11010101 101110 11110100 1101 1010001 0 100 100100011 1011010 111001

Color Harmonies of #D52EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EF4

Black with #D52EF4

Text Example


Text Example

White with #D52EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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