Html Css Color HEX #D52FFA Psychedelic Purple

📋 copy color: '#D52FFA'

red 213 ◦ green 47 ◦ blue 250

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

Shades of Psychedelic Purple #D52FFA

Tints of Psychedelic Purple #D52FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 41.76%
G = 9.22%
B = 49.02%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D52FFA (or 0xD52FFA) is known color: Psychedelic Purple. HEX triplet: D5, 2F and FA. RGB value is (213,47,250). Sum of RGB (Red+Green+Blue) = 213+47+250=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 47 (18.75% from 255 or 9.22% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D52FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FFA is #2AD005. Grayscale: #777777. Windows color (decimal): -2805766 or 16396245. OLE color: 16396245.

HSL color Cylindrical-coordinate representation of color #D52FFA: hue angle of 289.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52FFA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 47 250 -
CMYK 0.15 0.81 0 0.02
HSL 289.06º 0.95% 0.58% -
HSV(B) 289.06º 0.81% 0.98% -
XYZ 45.71 23.08 92.49 -
YUV 119.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 213 47 250 0.15 0.81 0 0.02 289.06 0.95 0.58
Hex D5 2F FA F 51 0 2 121 5F 3A
Octal 325 57 372 17 121 0 2 441 137 72
Binary 11010101 101111 11111010 1111 1010001 0 10 100100001 1011111 111010

Color Harmonies of #D52FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FFA

Black with #D52FFA

Text Example


Text Example

White with #D52FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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