Html Css Color HEX #D301F1 Psychedelic Purple

📋 copy color: '#D301F1'

red 211 ◦ green 1 ◦ blue 241

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

Shades of Psychedelic Purple #D301F1

Tints of Psychedelic Purple #D301F1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 46.58%
G = 0.22%
B = 53.2%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D301F1 (or 0xD301F1) is known color: Psychedelic Purple. HEX triplet: D3, 01 and F1. RGB value is (211,1,241). Sum of RGB (Red+Green+Blue) = 211+1+241=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #D301F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D301F1 is #2CFE0E. Grayscale: #5A5A5A. Windows color (decimal): -2948623 or 15794643. OLE color: 15794643.

HSL color Cylindrical-coordinate representation of color #D301F1: hue angle of 292.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301F1 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 1 241 -
CMYK 0.12 1.00 0 0.05
HSL 292.5º 0.99% 0.47% -
HSV(B) 292.5º 1% 0.95% -
XYZ 42.75 20.22 84.87 -
YUV 91.15 212.57 213.49 -
System Red Green Blue C M Y K H S L
Decimal 211 1 241 0.12 1.00 0 0.05 292.5 0.99 0.47
Hex D3 1 F1 C 64 0 5 124 63 2F
Octal 323 1 361 14 144 0 5 444 143 57
Binary 11010011 1 11110001 1100 1100100 0 101 100100100 1100011 101111

Color Harmonies of #D301F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301F1

Black with #D301F1

Text Example


Text Example

White with #D301F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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