Html Css Color HEX #D314FD Psychedelic Purple

📋 copy color: '#D314FD'

red 211 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #D314FD

Tints of Psychedelic Purple #D314FD

RGB

 RED value IS 211 (82.81% from 255) = 43.6%

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

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

R = 43.6%
G = 4.13%
B = 52.27%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D314FD (or 0xD314FD) is known color: Psychedelic Purple. HEX triplet: D3, 14 and FD. RGB value is (211,20,253). Sum of RGB (Red+Green+Blue) = 211+20+253=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D314FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314FD is #2CEB02. Grayscale: #666666. Windows color (decimal): -2943747 or 16585939. OLE color: 16585939.

HSL color Cylindrical-coordinate representation of color #D314FD: hue angle of 289.18º 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 #D314FD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 20 253 -
CMYK 0.17 0.92 0 0.01
HSL 289.18º 0.98% 0.54% -
HSV(B) 289.18º 0.92% 0.99% -
XYZ 44.84 21.44 94.7 -
YUV 103.67 212.28 204.55 -
System Red Green Blue C M Y K H S L
Decimal 211 20 253 0.17 0.92 0 0.01 289.18 0.98 0.54
Hex D3 14 FD 11 5C 0 1 121 62 36
Octal 323 24 375 21 134 0 1 441 142 66
Binary 11010011 10100 11111101 10001 1011100 0 1 100100001 1100010 110110

Color Harmonies of #D314FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314FD

Black with #D314FD

Text Example


Text Example

White with #D314FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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