Html Css Color HEX #D52CF9 Psychedelic Purple

📋 copy color: '#D52CF9'

red 213 ◦ green 44 ◦ blue 249

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

Shades of Psychedelic Purple #D52CF9

Tints of Psychedelic Purple #D52CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.7%

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

R = 42.09%
G = 8.7%
B = 49.21%

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

#D52CF9 (or 0xD52CF9) is known color: Psychedelic Purple. HEX triplet: D5, 2C and F9. RGB value is (213,44,249). Sum of RGB (Red+Green+Blue) = 213+44+249=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #D52CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CF9 is #2AD306. Grayscale: #757575. Windows color (decimal): -2806535 or 16329941. OLE color: 16329941.

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

Color convert

RGB 213 44 249 -
CMYK 0.14 0.82 0 0.02
HSL 289.46º 0.94% 0.57% -
HSV(B) 289.46º 0.82% 0.98% -
XYZ 45.44 22.79 91.63 -
YUV 117.9 201.99 195.83 -
System Red Green Blue C M Y K H S L
Decimal 213 44 249 0.14 0.82 0 0.02 289.46 0.94 0.57
Hex D5 2C F9 E 52 0 2 121 5E 39
Octal 325 54 371 16 122 0 2 441 136 71
Binary 11010101 101100 11111001 1110 1010010 0 10 100100001 1011110 111001

Color Harmonies of #D52CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CF9

Black with #D52CF9

Text Example


Text Example

White with #D52CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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