Html Css Color HEX #D52AEE Psychedelic Purple

📋 copy color: '#D52AEE'

red 213 ◦ green 42 ◦ blue 238

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

Shades of Psychedelic Purple #D52AEE

Tints of Psychedelic Purple #D52AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.52%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 43.2%
G = 8.52%
B = 48.28%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D52AEE (or 0xD52AEE) is known color: Psychedelic Purple. HEX triplet: D5, 2A and EE. RGB value is (213,42,238). Sum of RGB (Red+Green+Blue) = 213+42+238=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #D52AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AEE is #2AD511. Grayscale: #727272. Windows color (decimal): -2807058 or 15608533. OLE color: 15608533.

HSL color Cylindrical-coordinate representation of color #D52AEE: hue angle of 292.35º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52AEE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 42 238 -
CMYK 0.11 0.82 0 0.07
HSL 292.35º 0.85% 0.55% -
HSV(B) 292.35º 0.82% 0.93% -
XYZ 43.7 21.98 82.83 -
YUV 115.47 197.15 197.56 -
System Red Green Blue C M Y K H S L
Decimal 213 42 238 0.11 0.82 0 0.07 292.35 0.85 0.55
Hex D5 2A EE B 52 0 7 124 55 37
Octal 325 52 356 13 122 0 7 444 125 67
Binary 11010101 101010 11101110 1011 1010010 0 111 100100100 1010101 110111

Color Harmonies of #D52AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52AEE

Black with #D52AEE

Text Example


Text Example

White with #D52AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52AEE; }

 p { color: rgb(213,42,238); }

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

background-color css

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

 a { background-color: rgb(213,42,238); }

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

border-color css

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

 span { border-color: rgb(213,42,238); }

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