Html Css Color HEX #D310FF Psychedelic Purple

📋 copy color: '#D310FF'

red 211 ◦ green 16 ◦ blue 255

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

Shades of Psychedelic Purple #D310FF

Tints of Psychedelic Purple #D310FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 43.78%
G = 3.32%
B = 52.9%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D310FF (or 0xD310FF) is known color: Psychedelic Purple. HEX triplet: D3, 10 and FF. RGB value is (211,16,255). Sum of RGB (Red+Green+Blue) = 211+16+255=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #D310FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D310FF is #2CEF00. Grayscale: #646464. Windows color (decimal): -2944769 or 16715987. OLE color: 16715987.

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

Color convert

RGB 211 16 255 -
CMYK 0.17 0.94 0 0
HSL 288.95º 1% 0.53% -
HSV(B) 288.95º 0.94% 1% -
XYZ 45.1 21.44 96.37 -
YUV 101.55 214.6 206.07 -
System Red Green Blue C M Y K H S L
Decimal 211 16 255 0.17 0.94 0 0 288.95 1 0.53
Hex D3 10 FF 11 5E 0 0 121 64 35
Octal 323 20 377 21 136 0 0 441 144 65
Binary 11010011 10000 11111111 10001 1011110 0 0 100100001 1100100 110101

Color Harmonies of #D310FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310FF

Black with #D310FF

Text Example


Text Example

White with #D310FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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