Html Css Color HEX #D308FF Psychedelic Purple

📋 copy color: '#D308FF'

red 211 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #D308FF

Tints of Psychedelic Purple #D308FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 44.51%
G = 1.69%
B = 53.8%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D308FF (or 0xD308FF) is known color: Psychedelic Purple. HEX triplet: D3, 08 and FF. RGB value is (211,8,255). Sum of RGB (Red+Green+Blue) = 211+8+255=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 8 (3.52% from 255 or 1.69% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #D308FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308FF is #2CF700. Grayscale: #606060. Windows color (decimal): -2946817 or 16713939. OLE color: 16713939.

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

Color convert

RGB 211 8 255 -
CMYK 0.17 0.97 0 0
HSL 289.31º 1% 0.52% -
HSV(B) 289.31º 0.97% 1% -
XYZ 45 21.24 96.34 -
YUV 96.86 217.25 209.42 -
System Red Green Blue C M Y K H S L
Decimal 211 8 255 0.17 0.97 0 0 289.31 1 0.52
Hex D3 8 FF 11 61 0 0 121 64 34
Octal 323 10 377 21 141 0 0 441 144 64
Binary 11010011 1000 11111111 10001 1100001 0 0 100100001 1100100 110100

Color Harmonies of #D308FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308FF

Black with #D308FF

Text Example


Text Example

White with #D308FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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