Html Css Color HEX #D714FD Psychedelic Purple

📋 copy color: '#D714FD'

red 215 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #D714FD

Tints of Psychedelic Purple #D714FD

RGB

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

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

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

R = 44.06%
G = 4.1%
B = 51.84%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D714FD (or 0xD714FD) is known color: Psychedelic Purple. HEX triplet: D7, 14 and FD. RGB value is (215,20,253). Sum of RGB (Red+Green+Blue) = 215+20+253=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #D714FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714FD is #28EB02. Grayscale: #686868. Windows color (decimal): -2681603 or 16585943. OLE color: 16585943.

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

Color convert

RGB 215 20 253 -
CMYK 0.15 0.92 0 0.01
HSL 290.21º 0.98% 0.54% -
HSV(B) 290.21º 0.92% 0.99% -
XYZ 46 22.04 94.76 -
YUV 104.87 211.6 206.55 -
System Red Green Blue C M Y K H S L
Decimal 215 20 253 0.15 0.92 0 0.01 290.21 0.98 0.54
Hex D7 14 FD F 5C 0 1 122 62 36
Octal 327 24 375 17 134 0 1 442 142 66
Binary 11010111 10100 11111101 1111 1011100 0 1 100100010 1100010 110110

Color Harmonies of #D714FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714FD

Black with #D714FD

Text Example


Text Example

White with #D714FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714FD; }

 p { color: rgb(215,20,253); }

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

background-color css

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

 a { background-color: rgb(215,20,253); }

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

border-color css

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

 span { border-color: rgb(215,20,253); }

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