Html Css Color HEX #D52DF9 Psychedelic Purple

📋 copy color: '#D52DF9'

red 213 ◦ green 45 ◦ blue 249

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

Shades of Psychedelic Purple #D52DF9

Tints of Psychedelic Purple #D52DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 42.01%
G = 8.88%
B = 49.11%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D52DF9 (or 0xD52DF9) is known color: Psychedelic Purple. HEX triplet: D5, 2D and F9. RGB value is (213,45,249). Sum of RGB (Red+Green+Blue) = 213+45+249=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #D52DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52DF9 is #2AD206. Grayscale: #757575. Windows color (decimal): -2806279 or 16330197. OLE color: 16330197.

HSL color Cylindrical-coordinate representation of color #D52DF9: hue angle of 289.41º degrees, saturation: 0.94, 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 #D52DF9 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 45 249 -
CMYK 0.14 0.82 0 0.02
HSL 289.41º 0.94% 0.58% -
HSV(B) 289.41º 0.82% 0.98% -
XYZ 45.48 22.86 91.64 -
YUV 118.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 213 45 249 0.14 0.82 0 0.02 289.41 0.94 0.58
Hex D5 2D F9 E 52 0 2 121 5E 3A
Octal 325 55 371 16 122 0 2 441 136 72
Binary 11010101 101101 11111001 1110 1010010 0 10 100100001 1011110 111010

Color Harmonies of #D52DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DF9

Black with #D52DF9

Text Example


Text Example

White with #D52DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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