Html Css Color HEX #D514F8 Psychedelic Purple

📋 copy color: '#D514F8'

red 213 ◦ green 20 ◦ blue 248

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

Shades of Psychedelic Purple #D514F8

Tints of Psychedelic Purple #D514F8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.16%

 BLUE value IS 248 (97.27% from 255) = 51.56%

R = 44.28%
G = 4.16%
B = 51.56%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D514F8 (or 0xD514F8) is known color: Psychedelic Purple. HEX triplet: D5, 14 and F8. RGB value is (213,20,248). Sum of RGB (Red+Green+Blue) = 213+20+248=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #D514F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514F8 is #2AEB07. Grayscale: #666666. Windows color (decimal): -2812680 or 16258261. OLE color: 16258261.

HSL color Cylindrical-coordinate representation of color #D514F8: hue angle of 290.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D514F8 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 20 248 -
CMYK 0.14 0.92 0 0.03
HSL 290.79º 0.94% 0.53% -
HSV(B) 290.79º 0.92% 0.97% -
XYZ 44.63 21.42 90.59 -
YUV 103.7 209.44 205.96 -
System Red Green Blue C M Y K H S L
Decimal 213 20 248 0.14 0.92 0 0.03 290.79 0.94 0.53
Hex D5 14 F8 E 5C 0 3 123 5E 35
Octal 325 24 370 16 134 0 3 443 136 65
Binary 11010101 10100 11111000 1110 1011100 0 11 100100011 1011110 110101

Color Harmonies of #D514F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514F8

Black with #D514F8

Text Example


Text Example

White with #D514F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514F8; }

 p { color: rgb(213,20,248); }

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

background-color css

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

 a { background-color: rgb(213,20,248); }

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

border-color css

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

 span { border-color: rgb(213,20,248); }

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