Html Css Color HEX #D314F1 Psychedelic Purple

📋 copy color: '#D314F1'

red 211 ◦ green 20 ◦ blue 241

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

Shades of Psychedelic Purple #D314F1

Tints of Psychedelic Purple #D314F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.06%

R = 44.7%
G = 4.24%
B = 51.06%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D314F1 (or 0xD314F1) is known color: Psychedelic Purple. HEX triplet: D3, 14 and F1. RGB value is (211,20,241). Sum of RGB (Red+Green+Blue) = 211+20+241=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #D314F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314F1 is #2CEB0E. Grayscale: #656565. Windows color (decimal): -2943759 or 15799507. OLE color: 15799507.

HSL color Cylindrical-coordinate representation of color #D314F1: hue angle of 291.86º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D314F1 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 20 241 -
CMYK 0.12 0.92 0 0.05
HSL 291.86º 0.89% 0.51% -
HSV(B) 291.86º 0.92% 0.95% -
XYZ 42.99 20.7 84.95 -
YUV 102.3 206.28 205.53 -
System Red Green Blue C M Y K H S L
Decimal 211 20 241 0.12 0.92 0 0.05 291.86 0.89 0.51
Hex D3 14 F1 C 5C 0 5 124 59 33
Octal 323 24 361 14 134 0 5 444 131 63
Binary 11010011 10100 11110001 1100 1011100 0 101 100100100 1011001 110011

Color Harmonies of #D314F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314F1

Black with #D314F1

Text Example


Text Example

White with #D314F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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