Html Css Color HEX #D314FF Psychedelic Purple

📋 copy color: '#D314FF'

red 211 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #D314FF

Tints of Psychedelic Purple #D314FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 43.42%
G = 4.12%
B = 52.47%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D314FF (or 0xD314FF) is known color: Psychedelic Purple. HEX triplet: D3, 14 and FF. RGB value is (211,20,255). Sum of RGB (Red+Green+Blue) = 211+20+255=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D314FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314FF is #2CEB00. Grayscale: #676767. Windows color (decimal): -2943745 or 16717011. OLE color: 16717011.

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

Color convert

RGB 211 20 255 -
CMYK 0.17 0.92 0 0
HSL 288.77º 1% 0.54% -
HSV(B) 288.77º 0.92% 1% -
XYZ 45.16 21.57 96.39 -
YUV 103.9 213.28 204.39 -
System Red Green Blue C M Y K H S L
Decimal 211 20 255 0.17 0.92 0 0 288.77 1 0.54
Hex D3 14 FF 11 5C 0 0 121 64 36
Octal 323 24 377 21 134 0 0 441 144 66
Binary 11010011 10100 11111111 10001 1011100 0 0 100100001 1100100 110110

Color Harmonies of #D314FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314FF

Black with #D314FF

Text Example


Text Example

White with #D314FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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