Html Css Color HEX #D713F0 Psychedelic Purple

📋 copy color: '#D713F0'

red 215 ◦ green 19 ◦ blue 240

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

Shades of Psychedelic Purple #D713F0

Tints of Psychedelic Purple #D713F0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 45.36%
G = 4.01%
B = 50.63%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D713F0 (or 0xD713F0) is known color: Psychedelic Purple. HEX triplet: D7, 13 and F0. RGB value is (215,19,240). Sum of RGB (Red+Green+Blue) = 215+19+240=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #D713F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D713F0 is #28EC0F. Grayscale: #666666. Windows color (decimal): -2681872 or 15733719. OLE color: 15733719.

HSL color Cylindrical-coordinate representation of color #D713F0: hue angle of 293.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D713F0 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 19 240 -
CMYK 0.10 0.92 0 0.06
HSL 293.21º 0.88% 0.51% -
HSV(B) 293.21º 0.92% 0.94% -
XYZ 43.99 21.2 84.21 -
YUV 102.8 205.43 208.03 -
System Red Green Blue C M Y K H S L
Decimal 215 19 240 0.10 0.92 0 0.06 293.21 0.88 0.51
Hex D7 13 F0 A 5C 0 6 125 58 33
Octal 327 23 360 12 134 0 6 445 130 63
Binary 11010111 10011 11110000 1010 1011100 0 110 100100101 1011000 110011

Color Harmonies of #D713F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713F0

Black with #D713F0

Text Example


Text Example

White with #D713F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713F0; }

 p { color: rgb(215,19,240); }

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

background-color css

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

 a { background-color: rgb(215,19,240); }

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

border-color css

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

 span { border-color: rgb(215,19,240); }

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