Html Css Color HEX #D713F4 Psychedelic Purple

📋 copy color: '#D713F4'

red 215 ◦ green 19 ◦ blue 244

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

Shades of Psychedelic Purple #D713F4

Tints of Psychedelic Purple #D713F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.05%

R = 44.98%
G = 3.97%
B = 51.05%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D713F4 (or 0xD713F4) is known color: Psychedelic Purple. HEX triplet: D7, 13 and F4. RGB value is (215,19,244). Sum of RGB (Red+Green+Blue) = 215+19+244=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #D713F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D713F4 is #28EC0B. Grayscale: #666666. Windows color (decimal): -2681868 or 15995863. OLE color: 15995863.

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

Color convert

RGB 215 19 244 -
CMYK 0.12 0.92 0 0.04
HSL 292.27º 0.91% 0.52% -
HSV(B) 292.27º 0.92% 0.96% -
XYZ 44.59 21.44 87.38 -
YUV 103.25 207.43 207.7 -
System Red Green Blue C M Y K H S L
Decimal 215 19 244 0.12 0.92 0 0.04 292.27 0.91 0.52
Hex D7 13 F4 C 5C 0 4 124 5B 34
Octal 327 23 364 14 134 0 4 444 133 64
Binary 11010111 10011 11110100 1100 1011100 0 100 100100100 1011011 110100

Color Harmonies of #D713F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713F4

Black with #D713F4

Text Example


Text Example

White with #D713F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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