Html Css Color HEX #D52EFC Psychedelic Purple

📋 copy color: '#D52EFC'

red 213 ◦ green 46 ◦ blue 252

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

Shades of Psychedelic Purple #D52EFC

Tints of Psychedelic Purple #D52EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 41.68%
G = 9%
B = 49.32%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D52EFC (or 0xD52EFC) is known color: Psychedelic Purple. HEX triplet: D5, 2E and FC. RGB value is (213,46,252). Sum of RGB (Red+Green+Blue) = 213+46+252=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #D52EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EFC is #2AD103. Grayscale: #767676. Windows color (decimal): -2806020 or 16527061. OLE color: 16527061.

HSL color Cylindrical-coordinate representation of color #D52EFC: hue angle of 288.64º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52EFC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 46 252 -
CMYK 0.15 0.82 0 0.01
HSL 288.64º 0.97% 0.58% -
HSV(B) 288.64º 0.82% 0.99% -
XYZ 45.99 23.13 94.14 -
YUV 119.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 213 46 252 0.15 0.82 0 0.01 288.64 0.97 0.58
Hex D5 2E FC F 52 0 1 121 61 3A
Octal 325 56 374 17 122 0 1 441 141 72
Binary 11010101 101110 11111100 1111 1010010 0 1 100100001 1100001 111010

Color Harmonies of #D52EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EFC

Black with #D52EFC

Text Example


Text Example

White with #D52EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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