Html Css Color HEX #D50FFD Psychedelic Purple

📋 copy color: '#D50FFD'

red 213 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #D50FFD

Tints of Psychedelic Purple #D50FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.12%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 44.28%
G = 3.12%
B = 52.6%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D50FFD (or 0xD50FFD) is known color: Psychedelic Purple. HEX triplet: D5, 0F and FD. RGB value is (213,15,253). Sum of RGB (Red+Green+Blue) = 213+15+253=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #D50FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FFD is #2AF002. Grayscale: #646464. Windows color (decimal): -2813955 or 16584661. OLE color: 16584661.

HSL color Cylindrical-coordinate representation of color #D50FFD: hue angle of 289.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50FFD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 15 253 -
CMYK 0.16 0.94 0 0.01
HSL 289.92º 0.98% 0.53% -
HSV(B) 289.92º 0.94% 0.99% -
XYZ 45.34 21.58 94.7 -
YUV 101.33 213.6 207.65 -
System Red Green Blue C M Y K H S L
Decimal 213 15 253 0.16 0.94 0 0.01 289.92 0.98 0.53
Hex D5 F FD 10 5E 0 1 122 62 35
Octal 325 17 375 20 136 0 1 442 142 65
Binary 11010101 1111 11111101 10000 1011110 0 1 100100010 1100010 110101

Color Harmonies of #D50FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FFD

Black with #D50FFD

Text Example


Text Example

White with #D50FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FFD; }

 p { color: rgb(213,15,253); }

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

background-color css

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

 a { background-color: rgb(213,15,253); }

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

border-color css

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

 span { border-color: rgb(213,15,253); }

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