Html Css Color HEX #D318FF Psychedelic Purple

📋 copy color: '#D318FF'

red 211 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #D318FF

Tints of Psychedelic Purple #D318FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.9%

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

R = 43.06%
G = 4.9%
B = 52.04%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D318FF (or 0xD318FF) is known color: Psychedelic Purple. HEX triplet: D3, 18 and FF. RGB value is (211,24,255). Sum of RGB (Red+Green+Blue) = 211+24+255=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #D318FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318FF is #2CE700. Grayscale: #696969. Windows color (decimal): -2942721 or 16718035. OLE color: 16718035.

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

Color convert

RGB 211 24 255 -
CMYK 0.17 0.91 0 0
HSL 288.57º 1% 0.55% -
HSV(B) 288.57º 0.91% 1% -
XYZ 45.24 21.72 96.42 -
YUV 106.25 211.95 202.72 -
System Red Green Blue C M Y K H S L
Decimal 211 24 255 0.17 0.91 0 0 288.57 1 0.55
Hex D3 18 FF 11 5B 0 0 121 64 37
Octal 323 30 377 21 133 0 0 441 144 67
Binary 11010011 11000 11111111 10001 1011011 0 0 100100001 1100100 110111

Color Harmonies of #D318FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318FF

Black with #D318FF

Text Example


Text Example

White with #D318FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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