Html Css Color HEX #D310FD Psychedelic Purple

📋 copy color: '#D310FD'

red 211 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #D310FD

Tints of Psychedelic Purple #D310FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 43.96%
G = 3.33%
B = 52.71%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D310FD (or 0xD310FD) is known color: Psychedelic Purple. HEX triplet: D3, 10 and FD. RGB value is (211,16,253). Sum of RGB (Red+Green+Blue) = 211+16+253=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D310FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D310FD is #2CEF02. Grayscale: #646464. Windows color (decimal): -2944771 or 16584915. OLE color: 16584915.

HSL color Cylindrical-coordinate representation of color #D310FD: hue angle of 289.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D310FD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 16 253 -
CMYK 0.17 0.94 0 0.01
HSL 289.37º 0.98% 0.53% -
HSV(B) 289.37º 0.94% 0.99% -
XYZ 44.78 21.31 94.68 -
YUV 101.32 213.6 206.23 -
System Red Green Blue C M Y K H S L
Decimal 211 16 253 0.17 0.94 0 0.01 289.37 0.98 0.53
Hex D3 10 FD 11 5E 0 1 121 62 35
Octal 323 20 375 21 136 0 1 441 142 65
Binary 11010011 10000 11111101 10001 1011110 0 1 100100001 1100010 110101

Color Harmonies of #D310FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310FD

Black with #D310FD

Text Example


Text Example

White with #D310FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310FD; }

 p { color: rgb(211,16,253); }

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

background-color css

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

 a { background-color: rgb(211,16,253); }

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

border-color css

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

 span { border-color: rgb(211,16,253); }

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