Html Css Color HEX #D52DFA Psychedelic Purple

📋 copy color: '#D52DFA'

red 213 ◦ green 45 ◦ blue 250

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

Shades of Psychedelic Purple #D52DFA

Tints of Psychedelic Purple #D52DFA

RGB

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

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

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

R = 41.93%
G = 8.86%
B = 49.21%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D52DFA (or 0xD52DFA) is known color: Psychedelic Purple. HEX triplet: D5, 2D and FA. RGB value is (213,45,250). Sum of RGB (Red+Green+Blue) = 213+45+250=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #D52DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52DFA is #2AD205. Grayscale: #757575. Windows color (decimal): -2806278 or 16395733. OLE color: 16395733.

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

Color convert

RGB 213 45 250 -
CMYK 0.15 0.82 0 0.02
HSL 289.17º 0.95% 0.58% -
HSV(B) 289.17º 0.82% 0.98% -
XYZ 45.63 22.93 92.46 -
YUV 118.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 213 45 250 0.15 0.82 0 0.02 289.17 0.95 0.58
Hex D5 2D FA F 52 0 2 121 5F 3A
Octal 325 55 372 17 122 0 2 441 137 72
Binary 11010101 101101 11111010 1111 1010010 0 10 100100001 1011111 111010

Color Harmonies of #D52DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DFA

Black with #D52DFA

Text Example


Text Example

White with #D52DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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