Html Css Color HEX #D30EF1 Psychedelic Purple

📋 copy color: '#D30EF1'

red 211 ◦ green 14 ◦ blue 241

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

Shades of Psychedelic Purple #D30EF1

Tints of Psychedelic Purple #D30EF1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3%

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

R = 45.28%
G = 3%
B = 51.72%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D30EF1 (or 0xD30EF1) is known color: Psychedelic Purple. HEX triplet: D3, 0E and F1. RGB value is (211,14,241). Sum of RGB (Red+Green+Blue) = 211+14+241=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #D30EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EF1 is #2CF10E. Grayscale: #626262. Windows color (decimal): -2945295 or 15797971. OLE color: 15797971.

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

Color convert

RGB 211 14 241 -
CMYK 0.12 0.94 0 0.05
HSL 292.07º 0.89% 0.5% -
HSV(B) 292.07º 0.94% 0.95% -
XYZ 42.9 20.51 84.92 -
YUV 98.78 208.27 208.04 -
System Red Green Blue C M Y K H S L
Decimal 211 14 241 0.12 0.94 0 0.05 292.07 0.89 0.5
Hex D3 E F1 C 5E 0 5 124 59 32
Octal 323 16 361 14 136 0 5 444 131 62
Binary 11010011 1110 11110001 1100 1011110 0 101 100100100 1011001 110010

Color Harmonies of #D30EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EF1

Black with #D30EF1

Text Example


Text Example

White with #D30EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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