Html Css Color HEX #D308FD Psychedelic Purple

📋 copy color: '#D308FD'

red 211 ◦ green 8 ◦ blue 253

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

Shades of Psychedelic Purple #D308FD

Tints of Psychedelic Purple #D308FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 44.7%
G = 1.69%
B = 53.6%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D308FD (or 0xD308FD) is known color: Psychedelic Purple. HEX triplet: D3, 08 and FD. RGB value is (211,8,253). Sum of RGB (Red+Green+Blue) = 211+8+253=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D308FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308FD is #2CF702. Grayscale: #5F5F5F. Windows color (decimal): -2946819 or 16582867. OLE color: 16582867.

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

Color convert

RGB 211 8 253 -
CMYK 0.17 0.97 0 0.01
HSL 289.71º 0.98% 0.51% -
HSV(B) 289.71º 0.97% 0.99% -
XYZ 44.68 21.11 94.65 -
YUV 96.63 216.25 209.58 -
System Red Green Blue C M Y K H S L
Decimal 211 8 253 0.17 0.97 0 0.01 289.71 0.98 0.51
Hex D3 8 FD 11 61 0 1 122 62 33
Octal 323 10 375 21 141 0 1 442 142 63
Binary 11010011 1000 11111101 10001 1100001 0 1 100100010 1100010 110011

Color Harmonies of #D308FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308FD

Black with #D308FD

Text Example


Text Example

White with #D308FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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