Html Css Color HEX #D313FF Psychedelic Purple

📋 copy color: '#D313FF'

red 211 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #D313FF

Tints of Psychedelic Purple #D313FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.92%

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

R = 43.51%
G = 3.92%
B = 52.58%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D313FF (or 0xD313FF) is known color: Psychedelic Purple. HEX triplet: D3, 13 and FF. RGB value is (211,19,255). Sum of RGB (Red+Green+Blue) = 211+19+255=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D313FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D313FF is #2CEC00. Grayscale: #666666. Windows color (decimal): -2944001 or 16716755. OLE color: 16716755.

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

Color convert

RGB 211 19 255 -
CMYK 0.17 0.93 0 0
HSL 288.81º 1% 0.54% -
HSV(B) 288.81º 0.93% 1% -
XYZ 45.15 21.53 96.38 -
YUV 103.31 213.61 204.81 -
System Red Green Blue C M Y K H S L
Decimal 211 19 255 0.17 0.93 0 0 288.81 1 0.54
Hex D3 13 FF 11 5D 0 0 121 64 36
Octal 323 23 377 21 135 0 0 441 144 66
Binary 11010011 10011 11111111 10001 1011101 0 0 100100001 1100100 110110

Color Harmonies of #D313FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D313FF

Black with #D313FF

Text Example


Text Example

White with #D313FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D313FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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