Html Css Color HEX #D305F1 Psychedelic Purple

📋 copy color: '#D305F1'

red 211 ◦ green 5 ◦ blue 241

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

Shades of Psychedelic Purple #D305F1

Tints of Psychedelic Purple #D305F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 46.17%
G = 1.09%
B = 52.74%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D305F1 (or 0xD305F1) is known color: Psychedelic Purple. HEX triplet: D3, 05 and F1. RGB value is (211,5,241). Sum of RGB (Red+Green+Blue) = 211+5+241=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #D305F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D305F1 is #2CFA0E. Grayscale: #5C5C5C. Windows color (decimal): -2947599 or 15795667. OLE color: 15795667.

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

Color convert

RGB 211 5 241 -
CMYK 0.12 0.98 0 0.05
HSL 292.37º 0.96% 0.48% -
HSV(B) 292.37º 0.98% 0.95% -
XYZ 42.8 20.31 84.88 -
YUV 93.5 211.25 211.81 -
System Red Green Blue C M Y K H S L
Decimal 211 5 241 0.12 0.98 0 0.05 292.37 0.96 0.48
Hex D3 5 F1 C 62 0 5 124 60 30
Octal 323 5 361 14 142 0 5 444 140 60
Binary 11010011 101 11110001 1100 1100010 0 101 100100100 1100000 110000

Color Harmonies of #D305F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305F1

Black with #D305F1

Text Example


Text Example

White with #D305F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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