Html Css Color HEX #D308F6 Psychedelic Purple

📋 copy color: '#D308F6'

red 211 ◦ green 8 ◦ blue 246

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

Shades of Psychedelic Purple #D308F6

Tints of Psychedelic Purple #D308F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 45.38%
G = 1.72%
B = 52.9%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D308F6 (or 0xD308F6) is known color: Psychedelic Purple. HEX triplet: D3, 08 and F6. RGB value is (211,8,246). Sum of RGB (Red+Green+Blue) = 211+8+246=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #D308F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308F6 is #2CF709. Grayscale: #5F5F5F. Windows color (decimal): -2946826 or 16124115. OLE color: 16124115.

HSL color Cylindrical-coordinate representation of color #D308F6: hue angle of 291.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D308F6 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 8 246 -
CMYK 0.14 0.97 0 0.04
HSL 291.18º 0.94% 0.5% -
HSV(B) 291.18º 0.97% 0.96% -
XYZ 43.59 20.68 88.88 -
YUV 95.83 212.75 210.15 -
System Red Green Blue C M Y K H S L
Decimal 211 8 246 0.14 0.97 0 0.04 291.18 0.94 0.5
Hex D3 8 F6 E 61 0 4 123 5E 32
Octal 323 10 366 16 141 0 4 443 136 62
Binary 11010011 1000 11110110 1110 1100001 0 100 100100011 1011110 110010

Color Harmonies of #D308F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308F6

Black with #D308F6

Text Example


Text Example

White with #D308F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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