Html Css Color HEX #D310FB Psychedelic Purple

📋 copy color: '#D310FB'

red 211 ◦ green 16 ◦ blue 251

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

Shades of Psychedelic Purple #D310FB

Tints of Psychedelic Purple #D310FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 44.14%
G = 3.35%
B = 52.51%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D310FB (or 0xD310FB) is known color: Psychedelic Purple. HEX triplet: D3, 10 and FB. RGB value is (211,16,251). Sum of RGB (Red+Green+Blue) = 211+16+251=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #D310FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D310FB is #2CEF04. Grayscale: #646464. Windows color (decimal): -2944773 or 16453843. OLE color: 16453843.

HSL color Cylindrical-coordinate representation of color #D310FB: hue angle of 289.79º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D310FB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 16 251 -
CMYK 0.16 0.94 0 0.02
HSL 289.79º 0.97% 0.52% -
HSV(B) 289.79º 0.94% 0.98% -
XYZ 44.46 21.18 93.01 -
YUV 101.1 212.6 206.39 -
System Red Green Blue C M Y K H S L
Decimal 211 16 251 0.16 0.94 0 0.02 289.79 0.97 0.52
Hex D3 10 FB 10 5E 0 2 122 61 34
Octal 323 20 373 20 136 0 2 442 141 64
Binary 11010011 10000 11111011 10000 1011110 0 10 100100010 1100001 110100

Color Harmonies of #D310FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310FB

Black with #D310FB

Text Example


Text Example

White with #D310FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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