Html Css Color HEX #D306EC Psychedelic Purple

📋 copy color: '#D306EC'

red 211 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #D306EC

Tints of Psychedelic Purple #D306EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 46.58%
G = 1.32%
B = 52.1%

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

#D306EC (or 0xD306EC) is known color: Psychedelic Purple. HEX triplet: D3, 06 and EC. RGB value is (211,6,236). Sum of RGB (Red+Green+Blue) = 211+6+236=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #D306EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D306EC is #2CF913. Grayscale: #5C5C5C. Windows color (decimal): -2947348 or 15468243. OLE color: 15468243.

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

Color convert

RGB 211 6 236 -
CMYK 0.11 0.97 0 0.07
HSL 293.48º 0.95% 0.47% -
HSV(B) 293.48º 0.97% 0.93% -
XYZ 42.07 20.04 81.01 -
YUV 93.52 208.42 211.8 -
System Red Green Blue C M Y K H S L
Decimal 211 6 236 0.11 0.97 0 0.07 293.48 0.95 0.47
Hex D3 6 EC B 61 0 7 125 5F 2F
Octal 323 6 354 13 141 0 7 445 137 57
Binary 11010011 110 11101100 1011 1100001 0 111 100100101 1011111 101111

Color Harmonies of #D306EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306EC

Black with #D306EC

Text Example


Text Example

White with #D306EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306EC; }

 p { color: rgb(211,6,236); }

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

background-color css

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

 a { background-color: rgb(211,6,236); }

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

border-color css

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

 span { border-color: rgb(211,6,236); }

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