Html Css Color HEX #D308ED Psychedelic Purple

📋 copy color: '#D308ED'

red 211 ◦ green 8 ◦ blue 237

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

Shades of Psychedelic Purple #D308ED

Tints of Psychedelic Purple #D308ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 46.27%
G = 1.75%
B = 51.97%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D308ED (or 0xD308ED) is known color: Psychedelic Purple. HEX triplet: D3, 08 and ED. RGB value is (211,8,237). Sum of RGB (Red+Green+Blue) = 211+8+237=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #D308ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308ED is #2CF712. Grayscale: #5E5E5E. Windows color (decimal): -2946835 or 15534291. OLE color: 15534291.

HSL color Cylindrical-coordinate representation of color #D308ED: hue angle of 293.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D308ED is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 8 237 -
CMYK 0.11 0.97 0 0.07
HSL 293.19º 0.93% 0.48% -
HSV(B) 293.19º 0.97% 0.93% -
XYZ 42.24 20.14 81.78 -
YUV 94.8 208.25 210.88 -
System Red Green Blue C M Y K H S L
Decimal 211 8 237 0.11 0.97 0 0.07 293.19 0.93 0.48
Hex D3 8 ED B 61 0 7 125 5D 30
Octal 323 10 355 13 141 0 7 445 135 60
Binary 11010011 1000 11101101 1011 1100001 0 111 100100101 1011101 110000

Color Harmonies of #D308ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308ED

Black with #D308ED

Text Example


Text Example

White with #D308ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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