Html Css Color HEX #D719FC Psychedelic Purple

📋 copy color: '#D719FC'

red 215 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #D719FC

Tints of Psychedelic Purple #D719FC

RGB

 RED value IS 215 (84.38% from 255) = 43.7%

 GREEN value IS 25 (10.16% from 255) = 5.08%

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 43.7%
G = 5.08%
B = 51.22%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D719FC (or 0xD719FC) is known color: Psychedelic Purple. HEX triplet: D7, 19 and FC. RGB value is (215,25,252). Sum of RGB (Red+Green+Blue) = 215+25+252=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #D719FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D719FC is #28E603. Grayscale: #6A6A6A. Windows color (decimal): -2680324 or 16521687. OLE color: 16521687.

HSL color Cylindrical-coordinate representation of color #D719FC: hue angle of 290.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D719FC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 25 252 -
CMYK 0.15 0.90 0 0.01
HSL 290.22º 0.97% 0.54% -
HSV(B) 290.22º 0.9% 0.99% -
XYZ 45.94 22.17 93.95 -
YUV 107.69 209.45 204.54 -
System Red Green Blue C M Y K H S L
Decimal 215 25 252 0.15 0.90 0 0.01 290.22 0.97 0.54
Hex D7 19 FC F 5A 0 1 122 61 36
Octal 327 31 374 17 132 0 1 442 141 66
Binary 11010111 11001 11111100 1111 1011010 0 1 100100010 1100001 110110

Color Harmonies of #D719FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719FC

Black with #D719FC

Text Example


Text Example

White with #D719FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719FC; }

 p { color: rgb(215,25,252); }

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

background-color css

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

 a { background-color: rgb(215,25,252); }

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

border-color css

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

 span { border-color: rgb(215,25,252); }

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