Html Css Color HEX #D52FEF Psychedelic Purple

📋 copy color: '#D52FEF'

red 213 ◦ green 47 ◦ blue 239

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

Shades of Psychedelic Purple #D52FEF

Tints of Psychedelic Purple #D52FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.42%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 42.69%
G = 9.42%
B = 47.9%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D52FEF (or 0xD52FEF) is known color: Psychedelic Purple. HEX triplet: D5, 2F and EF. RGB value is (213,47,239). Sum of RGB (Red+Green+Blue) = 213+47+239=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #D52FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FEF is #2AD010. Grayscale: #757575. Windows color (decimal): -2805777 or 15675349. OLE color: 15675349.

HSL color Cylindrical-coordinate representation of color #D52FEF: hue angle of 291.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52FEF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 47 239 -
CMYK 0.11 0.80 0 0.06
HSL 291.88º 0.86% 0.56% -
HSV(B) 291.88º 0.8% 0.94% -
XYZ 44.04 22.41 83.67 -
YUV 118.52 196 195.39 -
System Red Green Blue C M Y K H S L
Decimal 213 47 239 0.11 0.80 0 0.06 291.88 0.86 0.56
Hex D5 2F EF B 50 0 6 124 56 38
Octal 325 57 357 13 120 0 6 444 126 70
Binary 11010101 101111 11101111 1011 1010000 0 110 100100100 1010110 111000

Color Harmonies of #D52FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FEF

Black with #D52FEF

Text Example


Text Example

White with #D52FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FEF; }

 p { color: rgb(213,47,239); }

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

background-color css

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

 a { background-color: rgb(213,47,239); }

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

border-color css

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

 span { border-color: rgb(213,47,239); }

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