Html Css Color HEX #D50DF5 Psychedelic Purple

📋 copy color: '#D50DF5'

red 213 ◦ green 13 ◦ blue 245

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

Shades of Psychedelic Purple #D50DF5

Tints of Psychedelic Purple #D50DF5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.76%

 BLUE value IS 245 (96.09% from 255) = 52.02%

R = 45.22%
G = 2.76%
B = 52.02%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D50DF5 (or 0xD50DF5) is known color: Psychedelic Purple. HEX triplet: D5, 0D and F5. RGB value is (213,13,245). Sum of RGB (Red+Green+Blue) = 213+13+245=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #D50DF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DF5 is #2AF20A. Grayscale: #626262. Windows color (decimal): -2814475 or 16059861. OLE color: 16059861.

HSL color Cylindrical-coordinate representation of color #D50DF5: hue angle of 291.72º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50DF5 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 13 245 -
CMYK 0.13 0.95 0 0.04
HSL 291.72º 0.92% 0.51% -
HSV(B) 291.72º 0.95% 0.96% -
XYZ 44.07 21.03 88.12 -
YUV 99.25 210.26 209.14 -
System Red Green Blue C M Y K H S L
Decimal 213 13 245 0.13 0.95 0 0.04 291.72 0.92 0.51
Hex D5 D F5 D 5F 0 4 124 5C 33
Octal 325 15 365 15 137 0 4 444 134 63
Binary 11010101 1101 11110101 1101 1011111 0 100 100100100 1011100 110011

Color Harmonies of #D50DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DF5

Black with #D50DF5

Text Example


Text Example

White with #D50DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DF5; }

 p { color: rgb(213,13,245); }

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

background-color css

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

 a { background-color: rgb(213,13,245); }

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

border-color css

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

 span { border-color: rgb(213,13,245); }

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