Html Css Color HEX #D52EE8 Psychedelic Purple

📋 copy color: '#D52EE8'

red 213 ◦ green 46 ◦ blue 232

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

Shades of Psychedelic Purple #D52EE8

Tints of Psychedelic Purple #D52EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 43.38%
G = 9.37%
B = 47.25%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D52EE8 (or 0xD52EE8) is known color: Psychedelic Purple. HEX triplet: D5, 2E and E8. RGB value is (213,46,232). Sum of RGB (Red+Green+Blue) = 213+46+232=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #D52EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EE8 is #2AD117. Grayscale: #747474. Windows color (decimal): -2806040 or 15216341. OLE color: 15216341.

HSL color Cylindrical-coordinate representation of color #D52EE8: hue angle of 293.87º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52EE8 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 46 232 -
CMYK 0.08 0.80 0 0.09
HSL 293.87º 0.8% 0.55% -
HSV(B) 293.87º 0.8% 0.91% -
XYZ 42.98 21.93 78.31 -
YUV 117.14 192.83 196.38 -
System Red Green Blue C M Y K H S L
Decimal 213 46 232 0.08 0.80 0 0.09 293.87 0.8 0.55
Hex D5 2E E8 8 50 0 9 126 50 37
Octal 325 56 350 10 120 0 11 446 120 67
Binary 11010101 101110 11101000 1000 1010000 0 1001 100100110 1010000 110111

Color Harmonies of #D52EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EE8

Black with #D52EE8

Text Example


Text Example

White with #D52EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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