Html Css Color HEX #D52DEE Psychedelic Purple

📋 copy color: '#D52DEE'

red 213 ◦ green 45 ◦ blue 238

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

Shades of Psychedelic Purple #D52DEE

Tints of Psychedelic Purple #D52DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.07%

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

R = 42.94%
G = 9.07%
B = 47.98%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D52DEE (or 0xD52DEE) is known color: Psychedelic Purple. HEX triplet: D5, 2D and EE. RGB value is (213,45,238). Sum of RGB (Red+Green+Blue) = 213+45+238=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #D52DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52DEE is #2AD211. Grayscale: #747474. Windows color (decimal): -2806290 or 15609301. OLE color: 15609301.

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

Color convert

RGB 213 45 238 -
CMYK 0.11 0.81 0 0.07
HSL 292.23º 0.85% 0.55% -
HSV(B) 292.23º 0.81% 0.93% -
XYZ 43.81 22.2 82.86 -
YUV 117.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 213 45 238 0.11 0.81 0 0.07 292.23 0.85 0.55
Hex D5 2D EE B 51 0 7 124 55 37
Octal 325 55 356 13 121 0 7 444 125 67
Binary 11010101 101101 11101110 1011 1010001 0 111 100100100 1010101 110111

Color Harmonies of #D52DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DEE

Black with #D52DEE

Text Example


Text Example

White with #D52DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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